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:
parent
4e992ccb3e
commit
be151825b4
@ -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…
Reference in New Issue
Block a user