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/qhostaddress.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/qhostaddress.cpp')
| -rw-r--r-- | src/network/kernel/qhostaddress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp index 56473e29823..3ca0f84c394 100644 --- a/src/network/kernel/qhostaddress.cpp +++ b/src/network/kernel/qhostaddress.cpp @@ -644,7 +644,7 @@ QAbstractSocket::NetworkLayerProtocol QHostAddress::protocol() const Returns the IPv6 address as a Q_IPV6ADDR structure. The structure consists of 16 unsigned characters. - \snippet doc/src/snippets/code/src_network_kernel_qhostaddress.cpp 0 + \snippet code/src_network_kernel_qhostaddress.cpp 0 This value is valid if the protocol() is \l{QAbstractSocket::}{IPv6Protocol}. |
