diff -r 884269e383f7 -r 3224f20d8eb0 Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py --- a/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Tue Oct 20 19:10:13 2015 +0200 +++ b/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Tue Oct 20 19:14:55 2015 +0200 @@ -83,6 +83,7 @@ @param line linenumber of faulty source (integer or string) @param sourcecode faulty line of code (string) """ + # TODO: create the file item relative to the project itm = QTreeWidgetItem(self.resultList) itm.setData(0, Qt.DisplayRole, file) itm.setData(1, Qt.DisplayRole, line)