mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
started improving Boards the same way than Channels. Not working yet
This commit is contained in:
parent
5120f693be
commit
958db27eaa
8 changed files with 165 additions and 203 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <QMap>
|
||||
|
||||
#include "retroshare/rsposted.h"
|
||||
#include "gui/gxs/GxsMessageFramePostWidget.h"
|
||||
#include "gui/feeds/FeedHolder.h"
|
||||
|
||||
|
@ -127,6 +128,7 @@ private:
|
|||
|
||||
uint32_t mTokenTypeVote;
|
||||
|
||||
RsPostedGroup mGroup;
|
||||
QMap<RsGxsMessageId, PostedItem*> mPosts;
|
||||
QList<PostedItem*> mPostItems;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue