mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 20:23:04 +08:00
add TODO commentary
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user