mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
added mNotify to plugin interfaces
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
97cd659679
commit
aa78a41715
2 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@ class RsDht ;
|
|||
class RsDisc ;
|
||||
class RsMsgs ;
|
||||
class RsForums;
|
||||
class RsNotify;
|
||||
class p3LinkMgr ;
|
||||
class MainPage ;
|
||||
class QIcon ;
|
||||
|
@ -100,6 +101,7 @@ public:
|
|||
RsDisc *mDisc;
|
||||
RsDht *mDht;
|
||||
RsForums *mForums;
|
||||
RsNotify *mNotify;
|
||||
};
|
||||
|
||||
class RsPlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue