summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 00:06:12 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commitfb52a129b3a878511cf754daed433d9a789689c8 (patch)
treee2505bca8317aa78a40ef3706b209cb0855bcf04 /src/modlist.h
parente8c2d9cd29967be928b8649fd580a3be9cae3684 (diff)
More stuff moved to mod list context.
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
//