diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-28 18:06:51 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-28 18:06:51 (GMT) |
commit | 27f8faea9b516f45c932c6b36a626b78d92438d4 (patch) | |
tree | d7b90601cb8ecc3f3fe2fa67aeeb4e5b7f41c631 /Swift | |
parent | 0eea2c98c8a26665a1a8c795dba62f8d1cf180a3 (diff) | |
download | swift-27f8faea9b516f45c932c6b36a626b78d92438d4.zip swift-27f8faea9b516f45c932c6b36a626b78d92438d4.tar.bz2 |
On second thought, maybe we shouldn't quit.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index 606db80..a222e8e 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -100,7 +100,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() { #else menuBar_ = menuBar(); #endif - QApplication::setQuitOnLastWindowClosed(true); + QApplication::setQuitOnLastWindowClosed(false); swiftMenu_ = new QMenu(tr("Swift"), this); |