--- a/Project/ProjectTranslationsBrowser.py Fri May 05 19:05:26 2017 +0200 +++ b/Project/ProjectTranslationsBrowser.py Fri May 05 19:06:52 2017 +0200 @@ -39,17 +39,10 @@ """ A class used to display the translations part of the project. - @signal linguistFile(str) emitted to open a translation file with - Qt-Linguist @signal appendStdout(str) emitted after something was received from a QProcess on stdout @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal sourceFile(str) emitted to open a translation file in an editor - @signal closeSourceWindow(str) emitted after a file has been - removed/deleted from the project - @signal trpreview(list of str, bool = False) emitted to preview - translations in the translations previewer @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. """