mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed stylesheet issues on PostedItem class
* Fixed stylesheet issues on PostedItem class
This commit is contained in:
parent
95497d5f33
commit
c2372322e1
@ -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