diff options
| author | Casper van Donderen <[email protected]> | 2012-05-07 11:10:29 +0200 |
|---|---|---|
| committer | Marius Storm-Olsen <[email protected]> | 2012-05-09 08:35:43 +0200 |
| commit | 7eca53b51a2c7cae0b39fedb0b78205504bfd64b (patch) | |
| tree | 61d62785fd0035af3b55ddc745b7d466125bda59 /src/network/kernel/qdnslookup.cpp | |
| parent | 9fde9ab167e52948d337de7fb7b871f7a1d75f43 (diff) | |
Doc: Modularize QtNetwork documentation.
This change moves the snippets and imagesto the modularized directories.
Change-Id: If14912692a7f72d7de345eaf88d9ec9752310fca
Reviewed-by: Marius Storm-Olsen <[email protected]>
Diffstat (limited to 'src/network/kernel/qdnslookup.cpp')
| -rw-r--r-- | src/network/kernel/qdnslookup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qdnslookup.cpp b/src/network/kernel/qdnslookup.cpp index 7a1d4e45de5..a8264229785 100644 --- a/src/network/kernel/qdnslookup.cpp +++ b/src/network/kernel/qdnslookup.cpp @@ -171,11 +171,11 @@ static void qt_qdnsservicerecord_sort(QList<QDnsServiceRecord> &records) For example, you can determine which servers an XMPP chat client should connect to for a given domain with: - \snippet doc/src/snippets/code/src_network_kernel_qdnslookup.cpp 0 + \snippet code/src_network_kernel_qdnslookup.cpp 0 Once the request finishes you can handle the results with: - \snippet doc/src/snippets/code/src_network_kernel_qdnslookup.cpp 1 + \snippet code/src_network_kernel_qdnslookup.cpp 1 \note If you simply want to find the IP address(es) associated with a host name, or the host name associated with an IP address you should use |
