From 05059793b87309575b41f3f3c8e36de8e3e3eb49 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 3 Jul 2023 20:30:53 +0200 Subject: Notify mod installation to plugins after directory structure is ready. --- src/organizercore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/organizercore.h') diff --git a/src/organizercore.h b/src/organizercore.h index c9e2bdb3..12058357 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -10,6 +10,7 @@ #include "downloadmanager.h" #include "executableslist.h" #include "usvfsconnector.h" +#include "guessedvalue.h" #include "moshortcut.h" #include "memoizedlock.h" #include "processrunner.h" @@ -400,6 +401,9 @@ signals: private: + std::pair doInstall(const QString& archivePath, + MOBase::GuessedValue modName, ModInfo::Ptr currentMod, int priority, bool reinstallation); + void saveCurrentProfile(); void storeSettings(); -- cgit v1.3.1