summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 21:56:26 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 21:56:26 +0100
commitd94b7c444d02e070875026d8c037fbd9700d2ca8 (patch)
treec7d9c5a101c16aacf4e635a4e7e301d4206ebd30 /src/organizercore.h
parentb1795f83cd500b5b58928efa5e170de8338178d5 (diff)
Move update of directory structure after mod priority change to organizer core.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 53686c8a..c00d0d42 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -362,6 +362,7 @@ public slots:
ModInfo::Ptr installArchive(const QString& archivePath, int priority = -1, bool reinstallation = false,
ModInfo::Ptr currentMod = nullptr, const QString& modName = QString());
+ void modPrioritiesChanged(QModelIndexList const& indexes);
void modStatusChanged(unsigned int index);
void modStatusChanged(QList<unsigned int> index);
void requestDownload(const QUrl &url, QNetworkReply *reply);