summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-12 21:45:57 +0200
committerTannin <devnull@localhost>2013-09-12 21:45:57 +0200
commitdce78b62b839c17f41a0fcd2890ffc0005be7a3b (patch)
tree352891f2125f677d8f3e870ac97a7548f4ea529c /src/installationmanager.h
parentaf6e1c3ab4f3687c88715dffff8b1bf2f38a15d6 (diff)
- bugfix: when installing mods through the nmm importer if no other mods were previously installed
the correct installation directory was never set - bugfix: the nmm importer didn't "sanitize" mod names and potentially tried to create invalid directories - bugfix: 0.99.x packages didn't contain qt plugins to handle certain image formats
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index ca2a5b67..0e43a15d 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -57,6 +57,11 @@ public:
~InstallationManager();
+ /**
+ * @brief update the directory where mods are to be installed
+ * @param modsDirectory the mod directory
+ * @note this is called a lot, probably redundantly
+ */
void setModsDirectory(const QString &modsDirectory) { m_ModsDirectory = modsDirectory; }
/**