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

Removed Adaptive namespace from Window::Controller and MainWidget.

This commit is contained in:
23rd
2021-05-27 02:20:27 +03:00
parent 824fbc21e8
commit 80fe2f57e9
7 changed files with 76 additions and 70 deletions

View File

@@ -344,6 +344,10 @@ private:
void handleHistoryBack();
bool isOneColumn() const;
bool isNormalColumn() const;
bool isThreeColumn() const;
const not_null<Window::SessionController*> _controller;
MTP::Sender _api;