summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificateextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslcertificateextension.h')
-rw-r--r--src/network/ssl/qsslcertificateextension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslcertificateextension.h b/src/network/ssl/qsslcertificateextension.h
index 7cc8a888be..70a1108f95 100644
--- a/src/network/ssl/qsslcertificateextension.h
+++ b/src/network/ssl/qsslcertificateextension.h
@@ -59,7 +59,7 @@ public:
QSslCertificateExtension &operator=(const QSslCertificateExtension &other);
~QSslCertificateExtension();
- void swap(QSslCertificateExtension &other) noexcept { qSwap(d, other.d); }
+ void swap(QSslCertificateExtension &other) noexcept { d.swap(other.d); }
QString oid() const;
QString name() const;