Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -175,7 +175,7 @@
     
     def closeEvent(self, e):
         """
-        Private slot implementing a close event handler.
+        Protected slot implementing a close event handler.
         
         @param e close event (QCloseEvent)
         """
@@ -214,7 +214,7 @@
     
     def __appendText(self, txt, error=False):
         """
-        Public method to append text to the end.
+        Private method to append text to the end.
         
         @param txt text to insert (string)
         @param error flag indicating to insert error text (boolean)

eric ide

mercurial