From 1606c1366f5d0ba304334b0e57680fb99feb88b9 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 5 Jun 2013 09:51:48 +0200 Subject: - 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 --- src/modinfo.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index faf33f0d..a261296b 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -214,18 +214,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 -- cgit v1.3.1