mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added toasters for incoming audio/video call to voip plugin (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8295 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c1061a1e9d
commit
cee1819b7d
28 changed files with 2699 additions and 1710 deletions
|
@ -62,6 +62,7 @@ class RsPQIService ;
|
|||
class RsAutoUpdatePage ;
|
||||
class SoundEvents;
|
||||
class FeedNotify;
|
||||
class ToasterNotify;
|
||||
class ChatWidget;
|
||||
class ChatWidgetHolder;
|
||||
// for gxs based plugins
|
||||
|
@ -178,6 +179,7 @@ class RsPlugin
|
|||
//================================== Notify ==================================//
|
||||
//
|
||||
virtual FeedNotify *qt_feedNotify() { return NULL; }
|
||||
virtual ToasterNotify *qt_toasterNotify() { return NULL; }
|
||||
|
||||
//
|
||||
//========================== Plugin Description ==============================//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue