1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
agilob 2015-03-11 11:12:08 +00:00
parent fb63232318
commit b489e7f712
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997

View File

@ -71,6 +71,7 @@ void GroupWidget::contextMenuEvent(QContextMenuEvent * event)
emit g->getChatForm()->groupTitleChanged(groupId, alias.left(128));
}
}
this->repaint();
}
void GroupWidget::onUserListChanged()