diff options
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 5 |
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; } /** |
