citra_qt/multiplayer: retranslate multiplayer dialogs
This commit is contained in:
parent
f405134913
commit
748a9849ec
11 changed files with 39 additions and 0 deletions
|
@ -110,6 +110,10 @@ ChatRoom::ChatRoom(QWidget* parent) : QWidget(parent), ui(std::make_unique<Ui::C
|
|||
|
||||
ChatRoom::~ChatRoom() = default;
|
||||
|
||||
void ChatRoom::RetranslateUi() {
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
void ChatRoom::Clear() {
|
||||
ui->chat_history->clear();
|
||||
block_list.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue