mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
Fixed stylesheet issues on PostedItem class
* Fixed stylesheet issues on PostedItem class
This commit is contained in:
parent
95497d5f33
commit
c2372322e1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue