From 15fc84c48b090d01f9a67901d21a20429eb1a62b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sun, 28 Sep 2014 01:12:22 +0200 Subject: QSslCertificate: fold a string literal correctly Change-Id: I8f812002302d3b74af252fa66e9e13154bbf80e1 Reviewed-by: Andrew Knight --- src/network/ssl/qsslcertificate_qt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/ssl/qsslcertificate_qt.cpp b/src/network/ssl/qsslcertificate_qt.cpp index 6ea78a408b..8019416aba 100644 --- a/src/network/ssl/qsslcertificate_qt.cpp +++ b/src/network/ssl/qsslcertificate_qt.cpp @@ -77,8 +77,8 @@ bool QSslCertificate::isSelfSigned() const if (d->null) return false; - qWarning("QSslCertificate::isSelfSigned: This function does not check, whether the certificate \ - is actually signed. It just checks whether issuer and subject are identical"); + qWarning("QSslCertificate::isSelfSigned: This function does not check, whether the certificate " + "is actually signed. It just checks whether issuer and subject are identical"); return d->subjectMatchesIssuer; } -- cgit v1.2.3