mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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();
|
||||
});
|
||||
|
||||
QEventLoop loop;
|
||||
loop.exec(QEventLoop::ApplicationExec);
|
||||
QEventLoop().exec();
|
||||
app->quit();
|
||||
}, true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue