mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
Added subscribe flags to GroupTreeWidget.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
25de47c6f9
commit
ef9ebf4cf3
4 changed files with 32 additions and 31 deletions
|
@ -86,7 +86,6 @@ private slots:
|
|||
|
||||
private:
|
||||
void insertForums();
|
||||
int subscribeFlags(const std::string &forumId);
|
||||
|
||||
void updateMessageSummaryList(std::string forumId);
|
||||
// void forumInfoToGroupItemInfo(const ForumInfo &forumInfo, GroupItemInfo &groupItemInfo);
|
||||
|
@ -106,7 +105,6 @@ private:
|
|||
// void loadGroupSummary_CurrentForum(const uint32_t &token);
|
||||
|
||||
std::string mForumId;
|
||||
QMap<std::string, int> mSubscribeFlags;
|
||||
TokenQueue *mForumQueue;
|
||||
|
||||
QTreeWidgetItem *yourForums;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue