[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();
mApp->aboutToCloseWindow(this);
mApp->quitApplication();
return true;
}

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

Loading…
Cancel
Save