Project/ProjectTranslationsBrowser.py

changeset 5726
e1dbd217214a
parent 5697
ee81081a0ff7
child 5754
978c56f3c25a
--- 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.
     """

eric ide

mercurial