citra_qt: Add a moderation dialog

The dialog currently supports accessing the ban list and removing entries from it.
This commit is contained in:
zhupengfei
2018-11-24 16:22:14 +08:00
parent 7acd2664dd
commit 6359b6094c
9 changed files with 273 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ public:
~ClientRoomWindow();
void RetranslateUi();
void SetModPerms(bool is_mod);
public slots:
void OnRoomUpdate(const Network::RoomInformation&);