diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 17:46:29 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-25 17:46:29 +0100 |
| commit | 551e8353e090040ee337e718cf0f1b9fe31a0423 (patch) | |
| tree | b6a31a880e10f528b4f17c7e19c1639b116278ac /src/modlistproxy.h | |
| parent | a216177b879bea6db659c65b0c37bbfe70ce08fd (diff) | |
Move IOrganizer::getMod() to IModList::getMod().
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 486564a4..c805cf4e 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; + MOBase::IModInterface* getMod(const QString& name) const override; bool removeMod(MOBase::IModInterface* mod) override; ModStates state(const QString& name) const override; bool setActive(const QString& name, bool active) override; |
