diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-30 23:35:44 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | e8c2d9cd29967be928b8649fd580a3be9cae3684 (patch) | |
| tree | 9786455c8d33754c43e0f9228b7122b59ca764b4 /src/modlistview.h | |
| parent | 8a88421fd9748f64163f18d8b89ea9d651402014 (diff) | |
More context menu stuff moved.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 4 |
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;
|
