src/eric7/VCS/ProjectBrowserHelper.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10436
f6881d10e995
child 10439
21c28b0f9e41
--- a/src/eric7/VCS/ProjectBrowserHelper.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/VCS/ProjectBrowserHelper.py	Sat Dec 23 15:40:23 2023 +0100
@@ -95,7 +95,7 @@
         @type QMenu
         @param standardItems array of standard items that need
             activation/deactivation depending on the overall VCS status
-        @type list of BrowserItem
+        @type list of QAction
         @exception NotImplementedError to indicate that this method must be
             implemented by a subclass
         """
@@ -113,7 +113,7 @@
         @type QMenu
         @param standardItems array of standard items that need
             activation/deactivation depending on the overall VCS status
-        @type list of BrowserItem
+        @type list of QAction
         @exception NotImplementedError to indicate that this method must be
             implemented by a subclass
         """
@@ -130,7 +130,7 @@
         @type QMenu
         @param standardItems array of standard items that
             need activation/deactivation depending on the overall VCS status
-        @type list of BrowserItem
+        @type list of QAction
         @exception NotImplementedError to indicate that this method must be
             implemented by a subclass
         """
@@ -147,7 +147,7 @@
         @type QMenu
         @param standardItems array of standard items that need
             activation/deactivation depending on the overall VCS status
-        @type list of BrowserItem
+        @type list of QAction
         @exception NotImplementedError to indicate that this method must be
             implemented by a subclass
         """

eric ide

mercurial