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.ui | |
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.ui')
-rw-r--r-- | MainWindow.ui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MainWindow.ui b/MainWindow.ui index 2569c04..656e908 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -656,22 +656,6 @@ </resources> <connections> <connection> - <sender>fileActionQuit</sender> - <signal>triggered()</signal> - <receiver>MainWindow</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>340</x> - <y>323</y> - </hint> - </hints> - </connection> - <connection> <sender>fileActionClose</sender> <signal>triggered()</signal> <receiver>MainWindow</receiver> |