Add a TODO

This commit is contained in:
Mika Fischer
2011-06-14 16:15:23 +02:00
parent 72f373bcdf
commit 1bd1b808a3
+1
View File
@@ -376,6 +376,7 @@ class AnnotationModel(QAbstractItemModel):
def dirty(self):
return self._dirty
# TODO: This might need to be updated from within the ModelItems when they change
def setDirty(self, dirty=True):
if dirty != self._dirty:
self._dirty = dirty