diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2023-07-05 19:39:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-05 19:39:18 +0200 |
| commit | 7d6cb8528d20e36a4cee822263865ee2f7f32481 (patch) | |
| tree | 35830704bf0fbb1173962b5cd9a400df75edd5ae /src/organizercore.h | |
| parent | a95d3fa248f72ddfcd59a3c23772525d069a6ef5 (diff) | |
| parent | 05059793b87309575b41f3f3c8e36de8e3e3eb49 (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.h | 4 |
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();
|
