Added info pane for unsubscribed channels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-02-09 22:11:19 +00:00
parent 326501f1f7
commit d89cee8bdd
4 changed files with 107 additions and 17 deletions

View file

@ -89,6 +89,8 @@ private:
void setAutoDownload(bool autoDl);
static bool filterItem(FeedItem *feedItem, const QString &text, int filter);
int viewMode();
void insertChannelDetails(const RsGxsChannelGroup &group);
void insertChannelPosts(std::vector<RsGxsChannelPost> &posts, GxsMessageFramePostThread *thread, bool related);
@ -97,7 +99,6 @@ private:
private:
QAction *mAutoDownloadAction;
bool mInProcessSettings;
bool mUseThread;
/* UI - from Designer */