mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
patch "chatdialog_allow_buttons_from_different_plugins_3" from electron. ChatDialog allows now Buttons from different Plugins.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6979 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0e134d0a92
commit
7b0a6afa56
9 changed files with 122 additions and 50 deletions
|
@ -106,9 +106,9 @@ QDialog *VOIPPlugin::qt_about_page() const
|
|||
return about_dialog ;
|
||||
}
|
||||
|
||||
PopupChatDialog *VOIPPlugin::qt_allocate_new_popup_chat_dialog() const
|
||||
PopupChatDialog_WidgetsHolder *VOIPPlugin::qt_allocate_new_popup_chat_dialog_widgets() const
|
||||
{
|
||||
AudioPopupChatDialog *ap = new AudioPopupChatDialog() ;
|
||||
AudioPopupChatDialogWidgetsHolder *ap = new AudioPopupChatDialogWidgetsHolder() ;
|
||||
|
||||
return ap ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue