summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2023-07-03 20:30:53 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2023-07-03 20:32:58 +0200
commit05059793b87309575b41f3f3c8e36de8e3e3eb49 (patch)
tree35830704bf0fbb1173962b5cd9a400df75edd5ae /src/organizercore.h
parenta95d3fa248f72ddfcd59a3c23772525d069a6ef5 (diff)
Notify mod installation to plugins after directory structure is ready.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h4
1 files changed, 4 insertions, 0 deletions
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<unsigned int, ModInfo::Ptr> doInstall(const QString& archivePath,
+ MOBase::GuessedValue<QString> modName, ModInfo::Ptr currentMod, int priority, bool reinstallation);
+
void saveCurrentProfile();
void storeSettings();