diff options
author | deva <deva> | 2009-08-17 14:59:42 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-17 14:59:42 +0000 |
commit | e0e3d5fa10f80a88fa3b194b2a09cf89c8fced18 (patch) | |
tree | 3736401c6ad1a501b3f001388f948601e428bec5 /client/mainwindow.cc | |
parent | 001bc224ca71eb51658ee37206b02090a4e2413c (diff) |
A new journal watcher and pracro progressbar.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r-- | client/mainwindow.cc | 2 |
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() |