1 /* 2 This file is part of Telegram Desktop, 3 the official desktop application for the Telegram messaging service. 4 5 For license and copyright information please follow this link: 6 https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL 7 */ 8 #pragma once 9 10 #include "base/object_ptr.h" 11 12 namespace Ui { 13 class RpWidget; 14 } // namespace Ui 15 16 namespace Window { 17 18 object_ptr<Ui::RpWidget> CreateOutdatedBar(not_null<QWidget*> parent); 19 20 } // namespace Window