diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-25 14:11:41 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-25 14:11:41 +0300 |
commit | 84c63f4f017324b42c2470fb2e7a1ac5858fcaa0 (patch) | |
tree | d912f08129d3941ce021e1f32fc5499e2528ac4a /launcher/modplatform/ModIndex.h | |
parent | ef0752972ae64002a02e66e430165f3e93c09c53 (diff) | |
download | PrismLauncher-84c63f4f017324b42c2470fb2e7a1ac5858fcaa0.tar.gz PrismLauncher-84c63f4f017324b42c2470fb2e7a1ac5858fcaa0.tar.bz2 PrismLauncher-84c63f4f017324b42c2470fb2e7a1ac5858fcaa0.zip |
Added plantxt export
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
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 |