From 600a4b3b14db8d7610757c852876641c49612864 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 29 Aug 2020 12:48:17 +0200 Subject: Add a bulk-version of ModList::setActive. --- 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 8c29300d..22eb7962 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -138,6 +138,9 @@ public: /// \copydoc MOBase::IModList::setActive virtual bool setActive(const QString &name, bool active) override; + /// \copydoc MOBase::IModList::setActive + int setActive(const QStringList& names, bool active) override; + /// \copydoc MOBase::IModList::priority virtual int priority(const QString &name) const override; -- cgit v1.3.1