From 3a92ff96ba5068aff0417219eed8cf759b55b9f7 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 2 Jan 2021 15:08:29 +0100 Subject: Remove setName and remove from mod interface. --- 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 fd26bb91..21a19fab 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -167,6 +167,9 @@ public: // \copydoc MOBase::IModList::remove bool removeMod(MOBase::IModInterface* mod); + // \copydoc MOBase::IModList::renameMod + MOBase::IModInterface* renameMod(MOBase::IModInterface* mod, const QString& name); + /// \copydoc MOBase::IModList::state MOBase::IModList::ModStates state(const QString &name) const; -- cgit v1.3.1