diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-16 19:53:39 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-16 19:53:39 +0300 |
commit | 589d8b6923531a53cbccabb8b79ed9861d0fe27c (patch) | |
tree | 18623d7c5dbf637f70018f7edceb1884a746d868 /launcher/modplatform/ModIndex.h | |
parent | 8f5bb982cd27dd9158b63d826769c168455a139b (diff) | |
download | PrismLauncher-589d8b6923531a53cbccabb8b79ed9861d0fe27c.tar.gz PrismLauncher-589d8b6923531a53cbccabb8b79ed9861d0fe27c.tar.bz2 PrismLauncher-589d8b6923531a53cbccabb8b79ed9861d0fe27c.zip |
feat:Added remove metadata button
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, 0 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index cad21703..0e18ccd1 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -128,7 +128,6 @@ struct IndexedPack { return std::any_of(versions.constBegin(), versions.constEnd(), [](auto const& v) { return v.is_currently_selected; }); } }; -QString getMetaURL(ResourceProvider provider, QVariant projectID); struct OverrideDep { QString quilt; |