mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-16 04:08:48 +00:00
citra_qt/multiplayer: retranslate multiplayer dialogs
This commit is contained in:
parent
f405134913
commit
748a9849ec
11 changed files with 39 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class ChatRoom : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ChatRoom(QWidget* parent);
|
||||
void RetranslateUi();
|
||||
void SetPlayerList(const Network::RoomMember::MemberList& member_list);
|
||||
void Clear();
|
||||
void AppendStatusMessage(const QString& msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue