mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
added special VOIP buttons to chat dialog through plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4989 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
96fd780502
commit
12b3ed02f1
8 changed files with 343 additions and 48 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "gui/VoipStatistics.h"
|
||||
#include "gui/AudioInputConfig.h"
|
||||
#include "gui/AudioPopupChatDialog.h"
|
||||
|
||||
static void *inited = new VOIPPlugin() ;
|
||||
|
||||
|
@ -46,6 +47,11 @@ ConfigPage *VOIPPlugin::qt_config_page() const
|
|||
return new AudioInputConfig() ;
|
||||
}
|
||||
|
||||
PopupChatDialog *VOIPPlugin::qt_allocate_new_popup_chat_dialog() const
|
||||
{
|
||||
return new AudioPopupChatDialog() ;
|
||||
}
|
||||
|
||||
std::string VOIPPlugin::qt_transfers_tab_name() const
|
||||
{
|
||||
return QObject::tr("RTT Statistics").toStdString() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue