citra_qt/multiplayer: Update themed icon on theme change

This commit is contained in:
zhupengfei 2019-01-16 22:01:21 +08:00
parent 5f0dcd52ae
commit 2d65371c20
No known key found for this signature in database
GPG key ID: DD129E108BD09378
5 changed files with 39 additions and 35 deletions

View file

@ -37,6 +37,7 @@ public:
~ChatRoom();
void SetModPerms(bool is_mod);
void UpdateIconDisplay();
public slots:
void OnRoomUpdate(const Network::RoomInformation& info);
@ -58,7 +59,6 @@ private:
void AppendChatMessage(const QString&);
bool ValidateMessage(const std::string&);
void SendModerationRequest(Network::RoomMessageTypes type, const std::string& nickname);
void UpdateIconDisplay();
bool has_mod_perms = false;
QStandardItemModel* player_list;