mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
added transmission of data from voip service to audio popup chat dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
db07053214
commit
528e822d8e
3 changed files with 31 additions and 3 deletions
|
@ -63,7 +63,9 @@ ConfigPage *VOIPPlugin::qt_config_page() const
|
|||
|
||||
PopupChatDialog *VOIPPlugin::qt_allocate_new_popup_chat_dialog() const
|
||||
{
|
||||
return new AudioPopupChatDialog() ;
|
||||
AudioPopupChatDialog *ap = new AudioPopupChatDialog() ;
|
||||
|
||||
return ap ;
|
||||
}
|
||||
|
||||
std::string VOIPPlugin::qt_transfers_tab_name() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue