mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Rename Window::Controller to Window::SessionController.
This commit is contained in:
@@ -12,7 +12,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "window/section_memento.h"
|
||||
#include "window/window_slide_animation.h"
|
||||
#include "window/themes/window_theme.h"
|
||||
#include "window/window_controller.h"
|
||||
#include "window/window_session_controller.h"
|
||||
|
||||
namespace Window {
|
||||
|
||||
@@ -22,7 +22,7 @@ AuthSession &AbstractSectionWidget::session() const {
|
||||
|
||||
SectionWidget::SectionWidget(
|
||||
QWidget *parent,
|
||||
not_null<Window::Controller*> controller)
|
||||
not_null<Window::SessionController*> controller)
|
||||
: AbstractSectionWidget(parent, controller) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user