summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index d5eea54f..0f131631 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -105,8 +105,6 @@ public slots:
//
void updateModCount();
-protected:
-
// map from/to the view indexes to the model
//
QModelIndex indexModelToView(const QModelIndex& index) const;
@@ -114,6 +112,8 @@ protected:
QModelIndex indexViewToModel(const QModelIndex& index) const;
QModelIndexList indexViewToModel(const QModelIndexList& index) const;
+protected:
+
// returns the next/previous index of the given index
//
QModelIndex nextIndex(const QModelIndex& index) const;