mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Added the ability or moderation staff to request user ban history
This commit is contained in:
parent
3bc61eb2e9
commit
90cb890cc2
17 changed files with 140 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <QMetaType>
|
||||
|
||||
#include "pb/serverinfo_ban.pb.h"
|
||||
#include "pb/serverinfo_user.pb.h"
|
||||
#include "pb/serverinfo_room.pb.h"
|
||||
#include "pb/serverinfo_game.pb.h"
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
#include "pb/isl_message.pb.h"
|
||||
#include "pb/room_commands.pb.h"
|
||||
|
||||
Q_DECLARE_METATYPE(ServerInfo_Ban)
|
||||
Q_DECLARE_METATYPE(ServerInfo_User)
|
||||
Q_DECLARE_METATYPE(ServerInfo_Room)
|
||||
Q_DECLARE_METATYPE(ServerInfo_Game)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue