summaryrefslogtreecommitdiffstats
path: root/src/gui/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/gui/kernel
parent397a0b223aa4e88ce7985e7721a2b08ba7335cac (diff)
downloadQt-58ba7dc8a05353294e1530e1a94de7c9f130a845.zip
Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.gz
Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.bz2
doc: Fixed many broken links.
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qcursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp
index ae1f60d..5b58984 100644
--- a/src/gui/kernel/qcursor.cpp
+++ b/src/gui/kernel/qcursor.cpp
@@ -229,7 +229,7 @@ QT_BEGIN_NAMESPACE
Writes the \a cursor to the \a stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator<<(QDataStream &s, const QCursor &c)
@@ -256,7 +256,7 @@ QDataStream &operator<<(QDataStream &s, const QCursor &c)
Reads the \a cursor from the \a stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator>>(QDataStream &s, QCursor &c)