started improving Boards the same way than Channels. Not working yet

This commit is contained in:
csoler 2020-04-21 20:59:14 +02:00
parent 5120f693be
commit 958db27eaa
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 165 additions and 203 deletions

View file

@ -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;