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
parent
de2b221ce8
commit
6f8df4dac0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue