summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 870978f9..cabd1f32 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -226,7 +226,11 @@ public slots:
// shift the priority of mods at the given indices by the given offset
//
- void shiftMods(const QModelIndexList& indices, int offset);
+ void shiftModsPriority(const QModelIndexList& indices, int offset);
+
+ // change the priority of the mods specified by the given indices
+ //
+ void changeModsPriority(const QModelIndexList& indices, int priority);
// toggle the active state of mods at the given indices
//