diff -r 9a71bd9e2e37 -r 6422afc7adc4 Project/ProjectSourcesBrowser.py --- a/Project/ProjectSourcesBrowser.py Sun Apr 09 16:52:55 2017 +0200 +++ b/Project/ProjectSourcesBrowser.py Sat May 06 13:43:21 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)