From e0e3d5fa10f80a88fa3b194b2a09cf89c8fced18 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 17 Aug 2009 14:59:42 +0000 Subject: A new journal watcher and pracro progressbar. --- client/mainwindow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/mainwindow.cc') 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() -- cgit v1.2.3