1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fixed bug when session wasn't saved by closing window

This commit is contained in:
nowrep 2011-03-10 16:24:21 +01:00
parent a51ad25981
commit f26dae2c9d

View File

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