From 18ec85a80c06d770c3943d98f3981ac829fd75ca Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 9 Aug 2017 09:38:55 -0700 Subject: QNetworkInterface: Add the DNS eligibility [ChangeLog][QtNetwork][QNetworkInterface] Added dnsEligibility() to QNetworkAddressEntry to indicate whether the address is eligible or not for publication in DNS or similar mechanisms. Change-Id: Id3ae5f853d964358ac1ab19b525334a426e0e052 Reviewed-by: Timur Pocheptsov --- src/network/kernel/qhostaddress.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/kernel/qhostaddress.h') diff --git a/src/network/kernel/qhostaddress.h b/src/network/kernel/qhostaddress.h index bb1424826d..00555f3d8e 100644 --- a/src/network/kernel/qhostaddress.h +++ b/src/network/kernel/qhostaddress.h @@ -159,6 +159,7 @@ public: friend Q_NETWORK_EXPORT uint qHash(const QHostAddress &key, uint seed) Q_DECL_NOTHROW; protected: + friend class QHostAddressPrivate; QExplicitlySharedDataPointer d; }; Q_DECLARE_OPERATORS_FOR_FLAGS(QHostAddress::ConversionMode) -- cgit v1.2.3