mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
VOIP: Fixed some compiler warnings and removed unnecessary translations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5622 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b6bd1e9f8e
commit
9aa6478910
6 changed files with 7 additions and 15 deletions
|
@ -6,17 +6,17 @@
|
|||
#include <gui/chat/ChatDialog.h>
|
||||
#include <gui/AudioPopupChatDialog.h>
|
||||
|
||||
void PluginGUIHandler::ReceivedInvitation(const QString& peer_id)
|
||||
void PluginGUIHandler::ReceivedInvitation(const QString& /*peer_id*/)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received Invitation!" << std::endl;
|
||||
}
|
||||
|
||||
void PluginGUIHandler::ReceivedVoipHangUp(const QString& peer_id)
|
||||
void PluginGUIHandler::ReceivedVoipHangUp(const QString& /*peer_id*/)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received HangUp!" << std::endl;
|
||||
}
|
||||
|
||||
void PluginGUIHandler::ReceivedVoipAccept(const QString& peer_id)
|
||||
void PluginGUIHandler::ReceivedVoipAccept(const QString& /*peer_id*/)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received VoipAccept!" << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue