summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index beef88c..51bb772 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -77,6 +77,8 @@ void MainWindow::closeEvent(QCloseEvent *)
settings.setValue("size", size());
settings.setValue("pos", pos());
settings.endGroup();
+
+ QApplication::quit();
}
void MainWindow::init()