From 63e1750db23e097c416576602bc6bde3ea503fb8 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 30 Nov 2012 15:52:13 +0000 Subject: Add QDns* classes to the list of the implicitly shared ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I29dd678a51dc693285c389f235d748120ca58fe1 Reviewed-by: Jeremy Lainé Reviewed-by: hjk --- src/network/kernel/qdnslookup.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/network/kernel/qdnslookup.cpp') diff --git a/src/network/kernel/qdnslookup.cpp b/src/network/kernel/qdnslookup.cpp index 85aaa096c1..53675d083b 100644 --- a/src/network/kernel/qdnslookup.cpp +++ b/src/network/kernel/qdnslookup.cpp @@ -477,6 +477,7 @@ void QDnsLookup::lookup() \inmodule QtNetwork \ingroup network + \ingroup shared When performing a name server lookup, zero or more records will be returned. Each record is represented by a QDnsDomainNameRecord instance. @@ -561,6 +562,7 @@ QDnsDomainNameRecord &QDnsDomainNameRecord::operator=(const QDnsDomainNameRecord \inmodule QtNetwork \ingroup network + \ingroup shared When performing an address lookup, zero or more records will be returned. Each record is represented by a QDnsHostAddressRecord instance. @@ -644,6 +646,7 @@ QDnsHostAddressRecord &QDnsHostAddressRecord::operator=(const QDnsHostAddressRec \inmodule QtNetwork \ingroup network + \ingroup shared When performing a lookup on a service, zero or more records will be returned. Each record is represented by a QDnsMailExchangeRecord instance. @@ -739,6 +742,7 @@ QDnsMailExchangeRecord &QDnsMailExchangeRecord::operator=(const QDnsMailExchange \inmodule QtNetwork \ingroup network + \ingroup shared When performing a lookup on a service, zero or more records will be returned. Each record is represented by a QDnsServiceRecord instance. @@ -859,6 +863,7 @@ QDnsServiceRecord &QDnsServiceRecord::operator=(const QDnsServiceRecord &other) \inmodule QtNetwork \ingroup network + \ingroup shared When performing a text lookup, zero or more records will be returned. Each record is represented by a QDnsTextRecord instance. -- cgit v1.2.3