1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[Fix: ] Calling twice quitApplication without reason

This commit is contained in:
nowrep 2011-03-05 13:41:44 +01:00
parent 4e992ccb3e
commit be151825b4
2 changed files with 1 additions and 2 deletions

View File

@ -678,7 +678,6 @@ bool QupZilla::quitApp()
settings.endGroup(); settings.endGroup();
mApp->aboutToCloseWindow(this); mApp->aboutToCloseWindow(this);
mApp->quitApplication();
return true; return true;
} }

View File

@ -23,7 +23,7 @@
#endif #endif
//Comment for release building //Comment for release building
//#define DEVELOPING #define DEVELOPING
//Check if i don't fuck anything //Check if i don't fuck anything
#ifdef QT_NO_DEBUG #ifdef QT_NO_DEBUG