mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-16 03:09:28 -04: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue