--- 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")