1
0
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:
Diadlo 2017-08-06 15:11:32 +03:00
parent e19bd67381
commit a1be4bc940
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -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");