Add Support for Room Descriptions
This commit is contained in:

committed by
zhupengfei

parent
c396e3c6e5
commit
5f0e189238
@@ -82,6 +82,7 @@ void ClientRoomWindow::UpdateView() {
|
||||
.arg(QString::fromStdString(information.name))
|
||||
.arg(memberlist.size())
|
||||
.arg(information.member_slots));
|
||||
ui->description->setText(QString::fromStdString(information.description));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user