From 1bd1b808a3c91199df18f51305c0ea40d1aae658 Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Tue, 14 Jun 2011 16:15:23 +0200 Subject: [PATCH] Add a TODO --- sloth/annotations/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sloth/annotations/model.py b/sloth/annotations/model.py index 6358bfb..e9e8077 100644 --- a/sloth/annotations/model.py +++ b/sloth/annotations/model.py @@ -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