mirror of https://github.com/procxx/kepka.git
Fix crash in MainWindow destruction.
This commit is contained in:
parent
7d585ab72f
commit
a0171cb144
|
@ -69,8 +69,8 @@ private:
|
||||||
anim::type animated);
|
anim::type animated);
|
||||||
|
|
||||||
not_null<Main::Account*> _account;
|
not_null<Main::Account*> _account;
|
||||||
::MainWindow _widget;
|
|
||||||
std::unique_ptr<SessionController> _sessionController;
|
std::unique_ptr<SessionController> _sessionController;
|
||||||
|
::MainWindow _widget;
|
||||||
|
|
||||||
rpl::lifetime _lifetime;
|
rpl::lifetime _lifetime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue