allow GxsFeedItems to have versions. Unfinished (does not compile)

This commit is contained in:
csoler 2017-05-18 22:31:52 +02:00
parent d5ec641f9e
commit 6b09fa0f67
17 changed files with 93 additions and 71 deletions

View file

@ -61,7 +61,7 @@ public:
virtual QScrollArea *getScrollArea();
virtual void deleteFeedItem(QWidget *item, uint32_t type);
virtual void openChat(const RsPeerId& peerId);
virtual void openComments(uint32_t type, const RsGxsGroupId &groupId, const RsGxsMessageId &msgId, const QString &title);
virtual void openComments(uint32_t type, const RsGxsGroupId &groupId, const QVector<RsGxsMessageId> &msg_versions, const RsGxsMessageId &msgId, const QString &title);
protected:
/* GxsMessageFramePostWidget */