mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 00:39:55 +00:00
1fb529803e
Set EOL for Windows XP / Vista version at September 1, 2019.
19 lines
418 B
C++
19 lines
418 B
C++
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
#pragma once
|
|
|
|
namespace Ui {
|
|
class RpWidget;
|
|
} // namespace Ui
|
|
|
|
namespace Window {
|
|
|
|
object_ptr<Ui::RpWidget> CreateOutdatedBar(not_null<QWidget*> parent);
|
|
|
|
} // namespace Window
|