Added some warnings

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-06-24 01:05:49 +03:00
parent 31aaa6d1da
commit cf94adb363
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
10 changed files with 158 additions and 37 deletions

View file

@ -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