summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificate_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslcertificate_qt.cpp')
-rw-r--r--src/network/ssl/qsslcertificate_qt.cpp4
1 files 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;
}