summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlistviewactions.h')
-rw-r--r--src/modlistviewactions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h
index 069bb1e6..429c37b6 100644
--- a/src/modlistviewactions.h
+++ b/src/modlistviewactions.h
@@ -134,6 +134,11 @@ signals:
private:
+ // find the priority where to install or create a mod for the
+ // given index (e.g. above, below, inside separator or at the end)
+ //
+ int findInstallPriority(const QModelIndex& current) const;
+
// move the contents of the overwrite to the given path
//
void moveOverwriteContentsTo(const QString& absolutePath) const;