--- a/Project/ProjectSourcesBrowser.py Sat Mar 12 13:47:59 2011 +0100 +++ b/Project/ProjectSourcesBrowser.py Sat Mar 19 14:29:38 2011 +0100 @@ -48,9 +48,7 @@ @signal sourceFile(str, int, str) emitted to open the given file as the given type at the given line. """ - closeSourceWindow = pyqtSignal(str) showMenu = pyqtSignal(str, QMenu) - sourceFile = pyqtSignal((str, ), (str, int), (str, int, str)) def __init__(self, project, parent = None): """