MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / qt_feedNotify

Method qt_feedNotify

plugins/FeedReader/FeedReaderPlugin.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116FeedNotify *FeedReaderPlugin::qt_feedNotify()
117{
118 if (!mFeedNotify) {
119 mFeedNotify = new FeedReaderFeedNotify(mFeedReader, mNotify);
120 }
121 return mFeedNotify;
122}
123
124void FeedReaderPlugin::stop()
125{

Callers 1

NotifyPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected