summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-19 11:36:39 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-05-19 11:36:39 (GMT)
commit58ba7dc8a05353294e1530e1a94de7c9f130a845 (patch)
tree2aa3623311cb7411655d19344fece30f77b6b811 /src/network/kernel
parent397a0b223aa4e88ce7985e7721a2b08ba7335cac (diff)
downloadQt-58ba7dc8a05353294e1530e1a94de7c9f130a845.zip
Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.gz
Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.bz2
doc: Fixed many broken links.
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qhostaddress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp
index 2852d30..5ae3acc 100644
--- a/src/network/kernel/qhostaddress.cpp
+++ b/src/network/kernel/qhostaddress.cpp
@@ -1097,7 +1097,7 @@ uint qHash(const QHostAddress &key)
Writes host address \a address to the stream \a out and returns a reference
to the stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator<<(QDataStream &out, const QHostAddress &address)
{
@@ -1127,7 +1127,7 @@ QDataStream &operator<<(QDataStream &out, const QHostAddress &address)
Reads a host address into \a address from the stream \a in and returns a
reference to the stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator>>(QDataStream &in, QHostAddress &address)
{