mirror of
https://github.com/wassname/sloth.git
synced 2026-07-20 12:40:46 +08:00
Add a TODO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user