Fixed bug when session wasn't saved by closing window

remotes/origin/falkon
nowrep 15 years ago
parent a51ad25981
commit f26dae2c9d
  1. 2
      src/app/qupzilla.cpp

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

Loading…
Cancel
Save