From 8cf1dc8a0eb6b399fc6676b0a2a82aef3af1b22c Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 13 Mar 2022 01:15:33 +0100 Subject: Split with char instead of string when possible Saves constructing the QString and makes the splitting faster. --- src/base/QXmppSasl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppSasl.cpp') diff --git a/src/base/QXmppSasl.cpp b/src/base/QXmppSasl.cpp index 317765aa..74d67593 100644 --- a/src/base/QXmppSasl.cpp +++ b/src/base/QXmppSasl.cpp @@ -936,8 +936,8 @@ QByteArray QXmppSaslDigestMd5::serializeMessage(const QMap