tdesktop/Telegram/SourceFiles/window/window_outdated_bar.h

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