add TODO commentary

This commit is contained in:
Martin Baeuml
2011-05-27 17:03:58 +02:00
parent de927eb65e
commit 1549dfd13a
+1
View File
@@ -466,6 +466,7 @@ class AnnotationModel(QAbstractItemModel):
return index
def getPreviousIndex(self, index):
# TODO bool parameter to disable wrap around
"""returns index of previous *image* or *frame*"""
if not index.isValid():
return QModelIndex()