From 6f8df4dac0caf49a61d6a1d7d2476dc28327eb12 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 3 Nov 2020 11:35:05 +0100 Subject: Fix link error when comparing QSslPreSharedKeyAuthenticator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QSslPreSharedKeyAuthenticator::isEqual() as accessed by inline operators is not exported. Amends 57e57d9bcda868abcfb552e1247b391162c0dff9. Change-Id: Ia0f0de81a371a31422d07af5b11f0db03265504e Reviewed-by: MÃ¥rten Nordheim --- src/network/ssl/qsslpresharedkeyauthenticator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/network/ssl/qsslpresharedkeyauthenticator.h b/src/network/ssl/qsslpresharedkeyauthenticator.h index 026d3f43e5..7b703d5020 100644 --- a/src/network/ssl/qsslpresharedkeyauthenticator.h +++ b/src/network/ssl/qsslpresharedkeyauthenticator.h @@ -74,7 +74,7 @@ public: Q_NETWORK_EXPORT int maximumPreSharedKeyLength() const; private: - bool isEqual(const QSslPreSharedKeyAuthenticator &other) const; + Q_NETWORK_EXPORT bool isEqual(const QSslPreSharedKeyAuthenticator &other) const; friend class QSslSocketBackendPrivate; friend class QDtlsPrivateOpenSSL; -- cgit v1.2.3