diff options
author | Tayou <31988415+TayouVR@users.noreply.github.com> | 2023-07-07 22:23:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 22:23:59 +0200 |
commit | 1131038fdb0093ef9c732b18d699b6176fc6d82c (patch) | |
tree | eb930aa7d5a0f388095943ed45eb60c2d68f24d7 /launcher/modplatform/ModIndex.h | |
parent | d1528c10440f424117e487f4a6e692c3e3a4277e (diff) | |
parent | b8482a5d89b4044482e7b55aa1c2e2547b41f4fd (diff) | |
download | PrismLauncher-1131038fdb0093ef9c732b18d699b6176fc6d82c.tar.gz PrismLauncher-1131038fdb0093ef9c732b18d699b6176fc6d82c.tar.bz2 PrismLauncher-1131038fdb0093ef9c732b18d699b6176fc6d82c.zip |
Merge pull request #1120 from Trial97/visit_mod_page
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r-- | launcher/modplatform/ModIndex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index 3b0a03a1..3f51e700 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -144,6 +144,7 @@ inline auto getOverrideDeps() -> QList<OverrideDep> { "qvIfYCYJ", "P7dR8mSH", "API", ModPlatform::ResourceProvider::MODRINTH }, { "lwVhp9o5", "Ha28R6CL", "KotlinLibraries", ModPlatform::ResourceProvider::MODRINTH } }; }; +QString getMetaURL(ResourceProvider provider, QVariant projectID); } // namespace ModPlatform |