Debugger/WatchPointViewer.py

changeset 1953
26aa6fd94dc2
parent 1928
adde55ed4ce5
child 2094
88620e11c67c
--- a/Debugger/WatchPointViewer.py	Tue Jul 17 18:52:23 2012 +0200
+++ b/Debugger/WatchPointViewer.py	Sun Jul 22 15:32:52 2012 +0200
@@ -59,7 +59,6 @@
         """
         self.__model = model
         
-        # TODO: Remove these comments once proven ok in daily use
         self.sortingModel = QSortFilterProxyModel()
         self.sortingModel.setDynamicSortFilter(True)
         self.sortingModel.setSourceModel(self.__model)

eric ide

mercurial