Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py

changeset 3591
2f2a4a76dd22
parent 3515
1b8381afe38f
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py	Sun May 18 14:13:09 2014 +0200
@@ -46,7 +46,7 @@
     
     def showContextMenu(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the file status.
@@ -81,7 +81,8 @@
     
     def showContextMenuMulti(self, menu, standardItems):
         """
-        Slot called before the context menu (multiple selections) is shown.
+        Public slot called before the context menu (multiple selections) is
+        shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the files status.
@@ -122,7 +123,7 @@
     
     def showContextMenuDir(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the directory status.
@@ -148,7 +149,7 @@
     
     def showContextMenuDirMulti(self, menu, standardItems):
         """
-        Slot called before the context menu is shown.
+        Public slot called before the context menu is shown.
         
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the directory status.

eric ide

mercurial