mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
another unused opration
This commit is contained in:
parent
954d53f64a
commit
a07c83466c
|
@ -498,7 +498,7 @@ void ChatForm::onAvRejected(int FriendId, int)
|
|||
connect(callButton, SIGNAL(clicked()), this, SLOT(onCallTriggered()));
|
||||
connect(videoButton, SIGNAL(clicked()), this, SLOT(onVideoCallTriggered()));
|
||||
|
||||
addSystemInfoMessage(tr("Call rejected").arg(f->getName()), "white", QDateTime::currentDateTime());
|
||||
addSystemInfoMessage(tr("Call rejected"), "white", QDateTime::currentDateTime());
|
||||
|
||||
netcam->hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user