Project/ProjectTranslationsBrowser.py

changeset 2965
d133c7edd88a
parent 2803
282752ecd0fc
child 2995
63d874899b8b
--- a/Project/ProjectTranslationsBrowser.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Project/ProjectTranslationsBrowser.py	Sun Sep 29 18:22:08 2013 +0200
@@ -1040,6 +1040,9 @@
     def __releaseTSFileDone(self, exitCode, exitStatus):
         """
         Private slot to handle the finished signal of the lrelease process.
+        
+        @param exitCode exit code of the process (integer)
+        @param exitStatus exit status of the process (QProcess.ExitStatus)
         """
         self.lreleaseProcRunning = False
         if exitStatus == QProcess.NormalExit and exitCode == 0:

eric ide

mercurial