1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-16 19:11:37 +01:00
parent c1f2e9a71d
commit 8bc4bbdce0
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1003,7 +1003,8 @@ void Core::removeGroup(int groupId, bool fake)
return;
tox_del_groupchat(tox, groupId);
leaveGroupCall(groupId);
if (groupCalls[groupId].active)
leaveGroupCall(groupId);
}
QString Core::getUsername() const