diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-25 21:39:34 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-25 21:39:34 (GMT) |
commit | 75f16903a09a80ad9a22ccb7d0b90591b7b780a2 (patch) | |
tree | 79ecc7ac5189bc3608947b0cd2d9d1697ec42d3c /MainWindow.h | |
parent | b629bd329247aa47b99afa6c6f9a2a28803af09b (diff) |
Quit now really quits instead of just closing the current document, also fixes dangling dialog problem
git-svn-id: http://svn.clifford.at/openscad/trunk@353 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 17269ae..bb1bdc4 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -136,6 +136,7 @@ public slots: void dropEvent(QDropEvent *event); void helpAbout(); void helpManual(); + void quit(); }; #endif |