diff -r 671561c52802 -r e1dbd217214a Project/ProjectResourcesBrowser.py --- a/Project/ProjectResourcesBrowser.py Fri May 05 19:05:26 2017 +0200 +++ b/Project/ProjectResourcesBrowser.py Fri May 05 19:06:52 2017 +0200 @@ -39,9 +39,6 @@ @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal sourceFile(str) emitted to open a resources file in an editor - @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. """