mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 07:10:12 -04:00
replaced QString output of uniqueIdentifier() in feedItem classes by a std::string because QString caused random crashes
This commit is contained in:
parent
da6e7f9e9b
commit
11c520d280
21 changed files with 27 additions and 25 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
void updateItemStatic();
|
||||
|
||||
QString uniqueIdentifier() const override;
|
||||
std::string uniqueIdentifier() const override;
|
||||
|
||||
protected:
|
||||
/* FeedItem */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue