diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:08:29 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:08:29 +0100 |
| commit | 3a92ff96ba5068aff0417219eed8cf759b55b9f7 (patch) | |
| tree | 156453698a6e772f051478ff117a3924493f3cc1 /src/modlistproxy.h | |
| parent | 386cfc511a0d843851d78eeb2bce8d1da725d0d0 (diff) | |
Remove setName and remove from mod interface.
Diffstat (limited to 'src/modlistproxy.h')
| -rw-r--r-- | src/modlistproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistproxy.h b/src/modlistproxy.h index 162b0b43..d886d8b5 100644 --- a/src/modlistproxy.h +++ b/src/modlistproxy.h @@ -19,6 +19,7 @@ public: QStringList allModsByProfilePriority(MOBase::IProfile* profile = nullptr) const override; MOBase::IModInterface* getMod(const QString& name) const override; bool removeMod(MOBase::IModInterface* mod) override; + MOBase::IModInterface* renameMod(MOBase::IModInterface* mod, const QString& name) override; ModStates state(const QString& name) const override; bool setActive(const QString& name, bool active) override; int setActive(const QStringList& names, bool active) override; |
