mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Move MTP::Instance to Main::Account.
This commit is contained in:
@@ -23,8 +23,9 @@ namespace Intro {
|
||||
|
||||
PwdCheckWidget::PwdCheckWidget(
|
||||
QWidget *parent,
|
||||
Widget::Data *data)
|
||||
: Step(parent, data)
|
||||
not_null<Main::Account*> account,
|
||||
not_null<Widget::Data*> data)
|
||||
: Step(parent, account, data)
|
||||
, _request(getData()->pwdRequest)
|
||||
, _hasRecovery(getData()->hasRecovery)
|
||||
, _notEmptyPassport(getData()->pwdNotEmptyPassport)
|
||||
|
Reference in New Issue
Block a user