summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:08:29 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:08:29 +0100
commit3a92ff96ba5068aff0417219eed8cf759b55b9f7 (patch)
tree156453698a6e772f051478ff117a3924493f3cc1 /src/modlist.h
parent386cfc511a0d843851d78eeb2bce8d1da725d0d0 (diff)
Remove setName and remove from mod interface.
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h3
1 files changed, 3 insertions, 0 deletions
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;