mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Added api for news feeds to the plugin interface.
Added news feeds to the FeedReader plugin. Recompile needed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f12473f7f7
commit
a60422069c
21 changed files with 1080 additions and 99 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "services/p3FeedReader.h"
|
||||
|
||||
class p3FeedReader;
|
||||
class FeedReaderNotify;
|
||||
class RsForums;
|
||||
|
||||
class FeedReaderPlugin: public RsPlugin
|
||||
|
@ -52,10 +53,13 @@ public:
|
|||
virtual void setInterfaces(RsPlugInInterfaces& interfaces);
|
||||
virtual ConfigPage *qt_config_page() const;
|
||||
|
||||
virtual FeedNotify *qt_feedNotify();
|
||||
|
||||
private:
|
||||
mutable p3FeedReader *mFeedReader;
|
||||
mutable FeedReaderNotify *mNotify;
|
||||
mutable RsPluginHandler *mPlugInHandler;
|
||||
mutable MainPage *mainpage;
|
||||
mutable QIcon *mIcon;
|
||||
mutable FeedNotify *mFeedNotify;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue