From a216177b879bea6db659c65b0c37bbfe70ce08fd Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 25 Oct 2020 17:16:17 +0100 Subject: Move IOrganizer::removeMod() to IModList::removeMod(). --- src/modlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modlist.h') 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; -- cgit v1.3.1