mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -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
|
@ -135,7 +135,7 @@ RsAutoUpdatePage *VOIPPlugin::qt_transfers_tab() const
|
|||
return new VoipStatistics ;
|
||||
}
|
||||
|
||||
RsPQIService *VOIPPlugin::rs_pqi_service() const
|
||||
p3Service *VOIPPlugin::p3_service() const
|
||||
{
|
||||
if(mVoip == NULL)
|
||||
rsVoip = mVoip = new p3VoRS(mPlugInHandler,mPluginNotifier) ; // , 3600 * 24 * 30 * 6); // 6 Months
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue