mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Don't use unneeded QEventLoop::ApplicationExec
This commit is contained in:
@@ -296,8 +296,7 @@ void LaunchGApplication() {
|
||||
Core::App().notifications().createManager();
|
||||
});
|
||||
|
||||
QEventLoop loop;
|
||||
loop.exec(QEventLoop::ApplicationExec);
|
||||
QEventLoop().exec();
|
||||
app->quit();
|
||||
}, true);
|
||||
|
||||
|
Reference in New Issue
Block a user