--- a/Project/ProjectSourcesBrowser.py Fri May 05 19:05:26 2017 +0200 +++ b/Project/ProjectSourcesBrowser.py Fri May 05 19:06:52 2017 +0200 @@ -32,17 +32,8 @@ """ A class used to display the Sources part of the project. - @signal closeSourceWindow(str) emitted after a file has been - removed/deleted from the project @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. - @signal sourceFile(str) emitted to open the given file. - @signal sourceFile(str, int) emitted to open the given file at the given - line. - @signal sourceFile(str, int, str) emitted to open the given file as the - given type at the given line. - @signal sourceFile(str, list) emitted to open a Python file giving a list - of lines """ showMenu = pyqtSignal(str, QMenu)