mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: clang-tidy work adjacent to changelog api fix
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
e16235c1ca
commit
67fe365ae0
22 changed files with 298 additions and 184 deletions
|
|
@ -25,6 +25,11 @@
|
|||
|
||||
namespace ModPlatform {
|
||||
|
||||
ModLoaderType operator|(ModLoaderType lhs, ModLoaderType rhs)
|
||||
{
|
||||
return static_cast<ModLoaderType>(static_cast<std::uint16_t>(lhs) | static_cast<std::uint16_t>(rhs));
|
||||
}
|
||||
|
||||
static const QMap<QString, IndexedVersionType> s_indexed_version_type_names = { { "release", IndexedVersionType::Release },
|
||||
{ "beta", IndexedVersionType::Beta },
|
||||
{ "alpha", IndexedVersionType::Alpha } };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue