From dce78b62b839c17f41a0fcd2890ffc0005be7a3b Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 12 Sep 2013 21:45:57 +0200 Subject: - 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 --- src/installationmanager.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/installationmanager.h') 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; } /** -- cgit v1.3.1