mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Don't use unneeded QEventLoop::ApplicationExec
This commit is contained in:
parent
1f39d16a35
commit
6f50906952
1 changed files with 1 additions and 2 deletions
|
@ -296,8 +296,7 @@ void LaunchGApplication() {
|
||||||
Core::App().notifications().createManager();
|
Core::App().notifications().createManager();
|
||||||
});
|
});
|
||||||
|
|
||||||
QEventLoop loop;
|
QEventLoop().exec();
|
||||||
loop.exec(QEventLoop::ApplicationExec);
|
|
||||||
app->quit();
|
app->quit();
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue