aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/ModIndex.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-24 20:43:45 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-24 20:43:45 +0300
commitf0e4e07c05bdf68994c9d6a460f4ec4c03a2e627 (patch)
tree1de77f59550709a8757ac9012c75fd9e9dd0c925 /launcher/modplatform/ModIndex.h
parentdf932c65875a20fd95a47c3394a802d131e93993 (diff)
downloadPrismLauncher-f0e4e07c05bdf68994c9d6a460f4ec4c03a2e627.tar.gz
PrismLauncher-f0e4e07c05bdf68994c9d6a460f4ec4c03a2e627.tar.bz2
PrismLauncher-f0e4e07c05bdf68994c9d6a460f4ec4c03a2e627.zip
Updated url function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r--launcher/modplatform/ModIndex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index 83412169..773ee934 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -128,7 +128,7 @@ struct IndexedPack {
return std::any_of(versions.constBegin(), versions.constEnd(), [](auto const& v) { return v.is_currently_selected; });
}
};
-QString getMetaURL(ResourceProvider provider, QString slug);
+QString getMetaURL(ResourceProvider provider, QVariant projectID);
struct OverrideDep {
QString quilt;