mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
add popup when get incoming VOIP call
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c908c81481
commit
9ad35ad03f
@ -6,6 +6,7 @@
|
||||
#include <gui/chat/ChatDialog.h>
|
||||
#include <gui/VOIPChatWidgetHolder.h>
|
||||
#include "gui/chat/ChatWidget.h"
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
|
||||
void PluginGUIHandler::ReceivedInvitation(const QString& /*peer_id*/)
|
||||
{
|
||||
@ -33,7 +34,7 @@ void PluginGUIHandler::ReceivedVoipData(const QString& qpeer_id)
|
||||
return ;
|
||||
}
|
||||
|
||||
ChatDialog *di = ChatDialog::getExistingChat(ChatId(peer_id)) ;
|
||||
ChatDialog *di = ChatDialog::getChat(ChatId(peer_id), Settings->getChatFlags());
|
||||
if (di) {
|
||||
ChatWidget *cw = di->getChatWidget();
|
||||
if (cw) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user