From 5bc8256dc8a861451213288187c0eaf0713be494 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 18 Jan 2021 20:23:41 +0100 Subject: Make installMod behave similarly to createEmptyMod for the new mod priority. --- src/modlistviewactions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/modlistviewactions.h') 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; -- cgit v1.3.1