From d94b7c444d02e070875026d8c037fbd9700d2ca8 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 21 Jan 2021 21:56:26 +0100 Subject: Move update of directory structure after mod priority change to organizer core. --- src/organizercore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/organizercore.h') 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 index); void requestDownload(const QUrl &url, QNetworkReply *reply); -- cgit v1.3.1