Project/ProjectInterfacesBrowser.py

branch
5_1_x
changeset 950
1138e347c653
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
--- a/Project/ProjectInterfacesBrowser.py	Sat Mar 12 13:47:59 2011 +0100
+++ b/Project/ProjectInterfacesBrowser.py	Sat Mar 19 14:29:38 2011 +0100
@@ -42,11 +42,9 @@
     @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name
             of the menu and a reference to the menu are given.
     """
-    closeSourceWindow = pyqtSignal(str)
     appendStdout = pyqtSignal(str)
     appendStderr = pyqtSignal(str)
     showMenu = pyqtSignal(str, QMenu)
-    sourceFile = pyqtSignal((str, ), (str, int))
     
     def __init__(self, project, parent = None):
         """
@@ -577,4 +575,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("corbaPage")
\ No newline at end of file
+        e5App().getObject("UserInterface").showPreferences("corbaPage")

eric ide

mercurial