Reduce allocations using QStringLiteral
This commit is contained in:
parent
a3c4ebc460
commit
d8ead9573b
46 changed files with 539 additions and 539 deletions
|
|
@ -537,7 +537,7 @@ EventStore::reactions(const std::string &event_id)
|
|||
if (firstReaction)
|
||||
firstReaction = false;
|
||||
else
|
||||
reaction.users_ += ", ";
|
||||
reaction.users_ += QLatin1String(", ");
|
||||
|
||||
reaction.users_ += QString::fromStdString(user);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue