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