summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2023-07-05 19:39:18 +0200
committerGitHub <noreply@github.com>2023-07-05 19:39:18 +0200
commit7d6cb8528d20e36a4cee822263865ee2f7f32481 (patch)
tree35830704bf0fbb1173962b5cd9a400df75edd5ae /src/organizercore.h
parenta95d3fa248f72ddfcd59a3c23772525d069a6ef5 (diff)
parent05059793b87309575b41f3f3c8e36de8e3e3eb49 (diff)
Merge pull request #1837 from Holt59/fix/install-notify-plugins-after-structure-ready
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();