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:
electron128 2015-05-26 15:19:57 +00:00
parent c1061a1e9d
commit cee1819b7d
28 changed files with 2699 additions and 1710 deletions

View file

@ -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 ==============================//