aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/ModIndex.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-24 01:05:49 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-24 01:05:49 +0300
commitcf94adb363c1ae791ebd6f0149899f63c78bfb1b (patch)
tree806dd1121012566c4ff4e90fc520901102d827f4 /launcher/modplatform/ModIndex.h
parent31aaa6d1da65b5dbe57a44e5c5fd5ea2e104c235 (diff)
downloadPrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.tar.gz
PrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.tar.bz2
PrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.zip
Added some warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r--launcher/modplatform/ModIndex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index 82da2ab2..7d8199b3 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -118,6 +118,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);
} // namespace ModPlatform