1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
krepa098 2014-09-29 10:38:31 +02:00
parent 87c9bbf1e6
commit 25a0a90cf7

View File

@ -210,7 +210,7 @@ void FriendWidget::onAvatarRemoved(int FriendId)
return;
isDefaultAvatar = true;
avatar->setPixmap(QPixmap(":img/contact.png"));
avatar->setPixmap(QPixmap(":img/contact_dark.png"));
}
void FriendWidget::mousePressEvent(QMouseEvent *ev)