mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
f7df1191bc
commit
5f48fd4e10
|
@ -374,9 +374,6 @@ void ChatForm::onAvInvite(uint32_t friendId, bool video)
|
||||||
headWidget->createCallConfirm(video);
|
headWidget->createCallConfirm(video);
|
||||||
headWidget->showCallConfirm();
|
headWidget->showCallConfirm();
|
||||||
lastCallIsVideo = video;
|
lastCallIsVideo = video;
|
||||||
auto msg = ChatMessage::createChatInfoMessage(tr("%1 calling").arg(displayedName),
|
|
||||||
ChatMessage::INFO, QDateTime::currentDateTime());
|
|
||||||
insertChatMessage(msg);
|
|
||||||
emit incomingNotification(friendId);
|
emit incomingNotification(friendId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user