diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 17:16:17 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 17:16:17 +0100 |
| commit | a216177b879bea6db659c65b0c37bbfe70ce08fd (patch) | |
| tree | 788f856e9d47b1b1bef349ac1827b8ca37dbd13a /src/modlistproxy.h | |
| parent | 4b8c2b4a3b3f262564775a24a3296d740b97d146 (diff) | |
Move IOrganizer::removeMod() to IModList::removeMod().
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 2e653850..486564a4 100644 --- a/src/modlistproxy.h +++ b/src/modlistproxy.h @@ -16,6 +16,7 @@ public: QString displayName(const QString& internalName) const override; QStringList allMods() const override; QStringList allModsByProfilePriority(MOBase::IProfile* profile = nullptr) const override; + bool removeMod(MOBase::IModInterface* mod) override; ModStates state(const QString& name) const override; bool setActive(const QString& name, bool active) override; int setActive(const QStringList& names, bool active) override; |
