mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -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
|
@ -36,7 +36,7 @@ public:
|
|||
FeedReaderPlugin();
|
||||
|
||||
virtual uint16_t rs_service_id() const { return RS_SERVICE_TYPE_PLUGIN_FEEDREADER; }
|
||||
virtual RsPQIService *rs_pqi_service() const;
|
||||
virtual p3Service *p3_service() const;
|
||||
virtual void stop();
|
||||
|
||||
virtual MainPage *qt_page() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue