Make closeApp work with no event

And exit using QApplication.exit so we don't mess with window events to exit the app
This commit is contained in:
Luis Ángel San Martín
2019-09-21 12:11:03 +02:00
parent 7ac331ed41
commit ef8216b338
2 changed files with 12 additions and 5 deletions

View File

@ -388,7 +388,8 @@ public slots:
void checkMaxNumLibraries();
void showErrorUpgradingLibrary(const QString &path);
void closeApp(QCloseEvent *event);
void prepareToCloseApp();
void closeApp();
private:
//fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309