RadonMetrics/CyclomaticComplexityDialog.py

branch
eric7
changeset 111
897c71cbc967
parent 110
261babeb7cc6
child 126
9ecce748f0ac
diff -r 261babeb7cc6 -r 897c71cbc967 RadonMetrics/CyclomaticComplexityDialog.py
--- a/RadonMetrics/CyclomaticComplexityDialog.py	Sat Dec 23 15:48:48 2023 +0100
+++ b/RadonMetrics/CyclomaticComplexityDialog.py	Sat Dec 23 16:11:05 2023 +0100
@@ -604,7 +604,8 @@
         """
         Private slot to show the context menu of the resultlist.
 
-        @param coord the position of the mouse pointer (QPoint)
+        @param coord the position of the mouse pointer
+        @type QPoint
         """
         if self.resultList.topLevelItemCount() > 0:
             self.__menu.popup(self.mapToGlobal(coord))

eric ide

mercurial