create mod meta information when importing curseforge pack

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-28 19:26:11 +03:00
parent 66e6fc04d3
commit 09d258670a
8 changed files with 244 additions and 224 deletions

View File

@ -42,6 +42,6 @@ class LocalModUpdateTask : public Task {
private:
QDir m_index_dir;
ModPlatform::IndexedPack& m_mod;
ModPlatform::IndexedVersion& m_mod_version;
ModPlatform::IndexedPack m_mod;
ModPlatform::IndexedVersion m_mod_version;
};