summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-02-01 00:36:44 -0600
committerSilarn <jrim@rimpo.org>2019-02-18 21:29:27 -0600
commit78ae7072c9a0ea3795dc0610b389e8e335f4eee6 (patch)
treea7dea13d0ef166feabdcfb58ca437aaeedf30f2c /src/installationmanager.h
parent7f56407b916f6ca204e72f25c01965441e0228b1 (diff)
Write the file category ID to the mod data when installing/updating
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index 54fdf169..6e4f5925 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -176,7 +176,7 @@ private:
MOBase::DirectoryTree::Node *getSimpleArchiveBase(MOBase::DirectoryTree *dataTree);
bool doInstall(MOBase::GuessedValue<QString> &modName, QString gameName,
- int modID, const QString &version, const QString &newestVersion, int categoryID, const QString &repository);
+ int modID, const QString &version, const QString &newestVersion, int categoryID, int fileCategoryID, const QString &repository);
//QString generateBackupName(const QString &directoryName) const;