1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

[SaveSettings] Don't save settings twice on app close

This commit is contained in:
nowrep 2014-02-14 20:29:41 +01:00
parent d422ce3767
commit 167e80f59a

View File

@ -2098,7 +2098,6 @@ void QupZilla::closeEvent(QCloseEvent* event)
} }
m_isClosing = true; m_isClosing = true;
mApp->saveStateSlot();
#ifndef Q_OS_MAC #ifndef Q_OS_MAC
if (mApp->windowCount() == 1) { if (mApp->windowCount() == 1) {