[Fix: ] Calling twice quitApplication without reason

remotes/origin/falkon
nowrep 15 years ago
parent 4e992ccb3e
commit be151825b4
  1. 1
      src/app/qupzilla.cpp
  2. 2
      src/app/qupzilla.h

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

@ -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

Loading…
Cancel
Save