--- 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 """