Skip to content

Commit

Permalink
OmemoManager_p: Fix usage of ""_s literal with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Oct 21, 2024
1 parent 4efd58b commit a163b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omemo/QXmppOmemoManager_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ QXmppTask<std::optional<QXmppOmemoElement>> ManagerPrivate::encryptStanza(const
if (++(*processedDevicesCount) == devicesCount) {
if (*successfullyProcessedDevicesCount == 0) {
warning(u"OMEMO element could not be created because no recipient "
"devices with keys having accepted trust levels could be found"_s);
u"devices with keys having accepted trust levels could be found"_s);
interface.finish(std::nullopt);
} else {
omemoElement->setSenderDeviceId(ownDevice.id);
Expand Down

0 comments on commit a163b09

Please sign in to comment.