This commit is contained in:
ebbit1q 2025-10-08 14:13:18 +02:00
parent fe0e061bfe
commit 64bbde08b6
24 changed files with 52 additions and 51 deletions

View file

@ -6,9 +6,8 @@
// https://github.com/protocolbuffers/protobuf/issues/119
#undef TYPE_BOOL
#endif
#include <libcockatrice/protocol/pb/serverinfo_user.pb.h>
#include <QFlags>
#include <libcockatrice/protocol/pb/serverinfo_user.pb.h>
Q_DECLARE_FLAGS(UserLevelFlags, ServerInfo_User::UserLevelFlag)
Q_DECLARE_OPERATORS_FOR_FLAGS(UserLevelFlags)