--- a/RadonMetrics/CyclomaticComplexityDialog.py Sun Sep 27 16:44:44 2015 +0200 +++ b/RadonMetrics/CyclomaticComplexityDialog.py Sun Oct 04 12:55:24 2015 +0200 @@ -596,6 +596,11 @@ def on_resultList_itemActivated(self, item, column): """ Private slot to handle the activation of a result item. + + @param item reference to the activated item + @type QTreeWidgetItem + @param column activated column + @type int """ filename = item.data(0, self.FilePathRole) lineno = item.data(0, self.LineNumberRole)