mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Changed plugins to the new interface
rs_pqi_service -> p3_service git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7496 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b39ca5a2e
commit
99b55fbe65
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ class VOIPPlugin: public RsPlugin
|
|||
VOIPPlugin() ;
|
||||
virtual ~VOIPPlugin() {}
|
||||
|
||||
virtual RsPQIService *rs_pqi_service() const ;
|
||||
virtual p3Service *p3_service() const ;
|
||||
virtual uint16_t rs_service_id() const { return RS_SERVICE_TYPE_VOIP_PLUGIN ; }
|
||||
virtual ConfigPage *qt_config_page() const ;
|
||||
virtual QDialog *qt_about_page() const ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue