summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-06-05 09:51:48 +0200
committerTannin <devnull@localhost>2013-06-05 09:51:48 +0200
commit1606c1366f5d0ba304334b0e57680fb99feb88b9 (patch)
tree2023762f0c10f3c8801ffc4f0d0d1b4c1f40ffbc /src/modinfo.h
parent8077c1ad7324e44059fbdc89401eaeb774b8cb84 (diff)
- install plugins now get a chance to update name, version and modid of mods
- NCC now makes name, version and modid from the info.xml file available to the installer - integrated fomod installer also uses version and modid from the info.xml - mods can now be renamed during installation - configurator plugin now highlights changed keys and saves changes
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index faf33f0d..a261296b 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -215,18 +215,6 @@ public:
virtual void setCategory(int categoryID, bool active) = 0;
/**
- * @brief set the name of this mod
- *
- * set the name of this mod. This will also update the name of the
- * directory that contains this mod
- *
- * @param name new name of the mod
- * @return true on success, false if the new name can't be used (i.e. because the new
- * directory name wouldn't be valid)
- **/
- virtual bool setName(const QString &name) = 0;
-
- /**
* @brief change the notes (manually set information) for this mod
* @param notes new notes
*/