--- a/RadonMetrics/RawMetricsDialog.py Sun Sep 27 16:44:44 2015 +0200 +++ b/RadonMetrics/RawMetricsDialog.py Sun Oct 04 12:55:24 2015 +0200 @@ -501,6 +501,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) if filename: