diff --git a/sloth/annotations/model.py b/sloth/annotations/model.py index df2e1c4..324afb0 100644 --- a/sloth/annotations/model.py +++ b/sloth/annotations/model.py @@ -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()