mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-18 13:59:46 +00:00
Move MTP::Instance to Main::Account.
This commit is contained in:
@@ -39,7 +39,10 @@ class CodeWidget : public Widget::Step {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CodeWidget(QWidget *parent, Widget::Data *data);
|
||||
CodeWidget(
|
||||
QWidget *parent,
|
||||
not_null<Main::Account*> account,
|
||||
not_null<Widget::Data*> data);
|
||||
|
||||
bool hasBack() const override {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user