diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-04 22:50:51 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-04 22:50:51 -0500 |
| commit | dc9de3696519fab6403c386a48c84cd6781ab99c (patch) | |
| tree | 93edfd8b533fb266f6a5bfc5edde1ad6cc8f0f29 /src/organizercore.h | |
| parent | e6a87a17987de5d8e462634777df31e2cae5c1a6 (diff) | |
call init() on proxy plugins
OrganizerProxy now handles a null OrganizerCore, used for proxy plugins
changed appVersion() and pluginDataPath() so they don't need OrganizerCore
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 1452bf08..80b89a43 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -314,7 +314,7 @@ public: void setPluginSetting(const QString &pluginName, const QString &key, const QVariant &value);
QVariant persistent(const QString &pluginName, const QString &key, const QVariant &def) const;
void setPersistent(const QString &pluginName, const QString &key, const QVariant &value, bool sync);
- QString pluginDataPath() const;
+ static QString pluginDataPath();
virtual MOBase::IModInterface *installMod(const QString &fileName, bool reinstallation, ModInfo::Ptr currentMod, const QString &initModName);
QString resolvePath(const QString &fileName) const;
QStringList listDirectories(const QString &directoryName) const;
|
