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

@@ -31,7 +31,7 @@ class FadeWrapScaled;
} // namespace Ui
namespace Window {
class Controller;
class SessionController;
class ConnectionState;
} // namespace Window
@@ -49,7 +49,7 @@ class Widget : public Window::AbstractSectionWidget, public RPCSender {
Q_OBJECT
public:
Widget(QWidget *parent, not_null<Window::Controller*> controller);
Widget(QWidget *parent, not_null<Window::SessionController*> controller);
void updateDragInScroll(bool inScroll);