From 551e8353e090040ee337e718cf0f1b9fe31a0423 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 25 Oct 2020 17:46:29 +0100 Subject: Move IOrganizer::getMod() to IModList::getMod(). --- 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 810b0efd..385ca04c 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::getMod + MOBase::IModInterface* getMod(const QString& name) const override; + // \copydoc MOBase::IModList::remove bool removeMod(MOBase::IModInterface* mod) override; -- cgit v1.3.1