diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index 6a0952891..cb064ad46 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -678,7 +678,6 @@ bool QupZilla::quitApp() settings.endGroup(); mApp->aboutToCloseWindow(this); - mApp->quitApplication(); return true; } diff --git a/src/app/qupzilla.h b/src/app/qupzilla.h index b09c9732c..45d8cb0e0 100644 --- a/src/app/qupzilla.h +++ b/src/app/qupzilla.h @@ -23,7 +23,7 @@ #endif //Comment for release building -//#define DEVELOPING +#define DEVELOPING //Check if i don't fuck anything #ifdef QT_NO_DEBUG