mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
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:
parent
326501f1f7
commit
d89cee8bdd
4 changed files with 107 additions and 17 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue