mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1908 from defnax/fixing-posteditem-class-stylesheet
Fixed stylesheet issues on PostedItem class
This commit is contained in:
commit
e04f6d32db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user