1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02: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();
mApp->aboutToCloseWindow(this);
mApp->quitApplication();
return true;
}

View File

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