From 1549dfd13ab7c143444afaac5f99a4e57176e3c6 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Fri, 27 May 2011 17:03:58 +0200 Subject: [PATCH] add TODO commentary --- sloth/annotations/model.py | 1 + 1 file changed, 1 insertion(+) 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()