diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:08:29 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:08:29 +0100 |
| commit | 3a92ff96ba5068aff0417219eed8cf759b55b9f7 (patch) | |
| tree | 156453698a6e772f051478ff117a3924493f3cc1 /src/modlist.h | |
| parent | 386cfc511a0d843851d78eeb2bce8d1da725d0d0 (diff) | |
Remove setName and remove from mod interface.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 3 |
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;
|
