mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-21 14:56:23 +00:00
Added Window::Controller pointer to data of intro widget.
This commit is contained in:
@@ -63,10 +63,12 @@ using namespace ::Intro::details;
|
||||
|
||||
Widget::Widget(
|
||||
QWidget *parent,
|
||||
not_null<Window::Controller*> controller,
|
||||
not_null<Main::Account*> account,
|
||||
EnterPoint point)
|
||||
: RpWidget(parent)
|
||||
, _account(account)
|
||||
, _data(details::Data{ .controller = controller })
|
||||
, _back(this, object_ptr<Ui::IconButton>(this, st::introBackButton))
|
||||
, _settings(
|
||||
this,
|
||||
|
Reference in New Issue
Block a user