mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user