src/eric7/Project/ProjectOthersBrowser.py

branch
eric7
changeset 10430
e440aaf179ce
parent 10398
ef1ea18994d5
child 10439
21c28b0f9e41
--- a/src/eric7/Project/ProjectOthersBrowser.py	Wed Dec 20 15:42:44 2023 +0100
+++ b/src/eric7/Project/ProjectOthersBrowser.py	Wed Dec 20 19:28:22 2023 +0100
@@ -235,7 +235,8 @@
         """
         Protected slot to show the context menu.
 
-        @param coord the position of the mouse pointer (QPoint)
+        @param coord the position of the mouse pointer
+        @type QPoint
         """
         if not self.project.isOpen():
             return
@@ -324,7 +325,8 @@
         It enables/disables the VCS menu entries depending on the overall
         VCS status and the file status.
 
-        @param menu Reference to the popup menu (QPopupMenu)
+        @param menu Reference to the popup menu
+        @type QPopupMenu
         """
         if self.project.vcs is None:
             for act in self.menuActions:

eric ide

mercurial