2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Use layers and boxes from lib_ui.

This commit is contained in:
John Preston
2019-09-18 14:19:05 +03:00
parent 860353824b
commit a6c84c36c0
209 changed files with 586 additions and 3349 deletions

View File

@@ -14,12 +14,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QtWidgets/QSystemTrayIcon>
class BoxContent;
namespace Main {
class Account;
} // namespace Main
namespace Ui {
class BoxContent;
} // namespace Ui
namespace Window {
class Controller;
@@ -175,7 +177,7 @@ private:
object_ptr<Ui::RpWidget> _outdated;
object_ptr<TWidget> _body;
object_ptr<TWidget> _rightColumn = { nullptr };
QPointer<BoxContent> _termsBox;
QPointer<Ui::BoxContent> _termsBox;
QIcon _icon;
bool _usingSupportIcon = false;