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-02 09:45:44 +01:00
parent 85d3a7275b
commit 2ea99eb635
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -799,6 +799,9 @@ void Widget::removeFriend(Friend* f)
delete f;
if (ui->mainHead->layout()->isEmpty())
onAddClicked();
contactListWidget->hide();
contactListWidget->show();
}
void Widget::removeFriend(int friendId)
@ -902,6 +905,9 @@ void Widget::removeGroup(Group* g)
delete g;
if (ui->mainHead->layout()->isEmpty())
onAddClicked();
contactListWidget->hide();
contactListWidget->show();
}
void Widget::removeGroup(int groupId)