aboutsummaryrefslogtreecommitdiff
path: root/launcher/ResourceDownloadTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ResourceDownloadTask.h')
-rw-r--r--launcher/ResourceDownloadTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ResourceDownloadTask.h b/launcher/ResourceDownloadTask.h
index 350c2edd..275ddbe1 100644
--- a/launcher/ResourceDownloadTask.h
+++ b/launcher/ResourceDownloadTask.h
@@ -32,6 +32,7 @@ class ResourceDownloadTask : public SequentialTask {
public:
explicit ResourceDownloadTask(ModPlatform::IndexedPack pack, ModPlatform::IndexedVersion version, const std::shared_ptr<ResourceFolderModel> packs, bool is_indexed = true);
const QString& getFilename() const { return m_pack_version.fileName; }
+ const QVariant& getVersionID() const { return m_pack_version.fileId; }
private:
ModPlatform::IndexedPack m_pack;