IconEditor/IconEditorWindow.py

changeset 457
608a9c14f4c9
parent 456
d766de2ccbc7
child 495
b31b0bffa5b0
--- a/IconEditor/IconEditorWindow.py	Thu Aug 05 08:35:30 2010 +0200
+++ b/IconEditor/IconEditorWindow.py	Thu Aug 05 08:39:56 2010 +0200
@@ -265,7 +265,7 @@
         if self.fromEric:
             self.exitAct.triggered[()].connect(self.close)
         else:
-            self.exitAct.triggered.connect(qApp.closeAllWindows)
+            self.exitAct.triggered[()].connect(qApp.closeAllWindows)
         self.__actions.append(self.exitAct)
     
     def __initEditActions(self):
@@ -1230,4 +1230,4 @@
         """
         Private slot called in to enter Whats This mode.
         """
-        QWhatsThis.enterWhatsThisMode()
+        QWhatsThis.enterWhatsThisMode()
\ No newline at end of file

eric ide

mercurial