Fix link error when comparing QSslPreSharedKeyAuthenticator

QSslPreSharedKeyAuthenticator::isEqual() as accessed
by inline operators is not exported.

Amends 57e57d9bcd.

Change-Id: Ia0f0de81a371a31422d07af5b11f0db03265504e
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Friedemann Kleint 2020-11-03 11:35:05 +01:00
parent de2b221ce8
commit 6f8df4dac0
1 changed files with 1 additions and 1 deletions

View File

@ -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;