mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Restore CallId param in onAvStarting
We actually use it now.
This commit is contained in:
parent
bf3b9239b5
commit
0f7015941c
|
@ -401,7 +401,7 @@ void ChatForm::onAvRinging(uint32_t FriendId, int CallId, bool video)
|
|||
addSystemInfoMessage(tr("Calling to %1").arg(f->getDisplayedName()), ChatMessage::INFO, QDateTime::currentDateTime());
|
||||
}
|
||||
|
||||
void ChatForm::onAvStarting(uint32_t FriendId, int, bool video)
|
||||
void ChatForm::onAvStarting(uint32_t FriendId, int CallId, bool video)
|
||||
{
|
||||
if (FriendId != f->getFriendID())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user