mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor(group): Get name from group
This commit is contained in:
parent
e19bd67381
commit
a1be4bc940
|
@ -66,7 +66,7 @@ GroupChatForm::GroupChatForm(Group* chatGroup)
|
|||
micButton->setVisible(false);
|
||||
}
|
||||
|
||||
nameLabel->setText(group->getGroupWidget()->getName());
|
||||
nameLabel->setText(group->getName());
|
||||
|
||||
nusersLabel->setFont(Style::getFont(Style::Medium));
|
||||
nusersLabel->setObjectName("statusLabel");
|
||||
|
|
Loading…
Reference in New Issue
Block a user