mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
Fixes the build problem with the new notification system.
PostedCardView uses the same identifier as PostedItem.
This commit is contained in:
parent
0e8b12ff9f
commit
5b9a275e81
@ -49,6 +49,8 @@ public:
|
||||
const RsPostedPost &getPost() const;
|
||||
RsPostedPost &post();
|
||||
|
||||
uint64_t uniqueIdentifier() const override { return hash_64bits("PostedItem " + mMessageId.toStdString()); }
|
||||
|
||||
protected:
|
||||
/* FeedItem */
|
||||
virtual void doExpand(bool open);
|
||||
|
Loading…
Reference in New Issue
Block a user