2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Rename Window::Controller to Window::SessionController.

This commit is contained in:
John Preston
2019-06-06 13:21:40 +03:00
parent 263bbf1788
commit a547f80ae9
123 changed files with 445 additions and 415 deletions

View File

@@ -22,7 +22,7 @@ class LinkButton;
} // namespace Ui
namespace Window {
class Controller;
class SessionController;
} // namespace Window
namespace Dialogs {
@@ -58,7 +58,9 @@ class InnerWidget
Q_OBJECT
public:
InnerWidget(QWidget *parent, not_null<Window::Controller*> controller);
InnerWidget(
QWidget *parent,
not_null<Window::SessionController*> controller);
bool searchReceived(
const QVector<MTPMessage> &result,
@@ -291,7 +293,7 @@ private:
bool pinnedShiftAnimationCallback(crl::time now);
void handleChatMigration(not_null<ChatData*> chat);
not_null<Window::Controller*> _controller;
not_null<Window::SessionController*> _controller;
Mode _mode = Mode();
bool _mouseSelection = false;