Merge pull request #1908 from defnax/fixing-posteditem-class-stylesheet

Fixed stylesheet issues on PostedItem class
This commit is contained in:
csoler 2020-05-05 08:45:15 +02:00 committed by GitHub
commit e04f6d32db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,8 @@ private:
class PostedItem: public BasePostedItem
{
Q_OBJECT
public:
PostedItem(FeedHolder *parent, uint32_t feedId, const RsGxsGroupId& groupId, const RsGxsMessageId& messageId, bool isHome, bool autoUpdate);
PostedItem(FeedHolder *parent, uint32_t feedId, const RsGroupMetaData& group_meta, const RsGxsMessageId& post_id, bool isHome, bool autoUpdate);