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/modlist.h | |
| parent | 4b8c2b4a3b3f262564775a24a3296d740b97d146 (diff) | |
Move IOrganizer::removeMod() to IModList::removeMod().
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index 8748cb30..810b0efd 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -159,6 +159,9 @@ public: virtual QStringList allMods() const override;
virtual QStringList allModsByProfilePriority(MOBase::IProfile* profile = nullptr) const override;
+ // \copydoc MOBase::IModList::remove
+ bool removeMod(MOBase::IModInterface* mod) override;
+
/// \copydoc MOBase::IModList::state
virtual ModStates state(const QString &name) const override;
|
