diff -r 9a71bd9e2e37 -r 6422afc7adc4 Project/ProjectOthersBrowser.py --- a/Project/ProjectOthersBrowser.py Sun Apr 09 16:52:55 2017 +0200 +++ b/Project/ProjectOthersBrowser.py Sat May 06 13:43:21 2017 +0200 @@ -30,13 +30,6 @@ A class used to display the parts of the project, that don't fit the other categories. - @signal sourceFile(str) emitted to open a file - @signal pixmapFile(str) emitted to open a pixmap file - @signal pixmapEditFile(str) emitted to edit a pixmap file - @signal svgFile(str) emitted to open a SVG file - @signal binaryFile(str) emitted to open a file as binary - @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. """