diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-19 13:36:39 +0200 |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-19 13:36:39 +0200 |
commit | 58ba7dc8a05353294e1530e1a94de7c9f130a845 (patch) | |
tree | 2aa3623311cb7411655d19344fece30f77b6b811 /src/gui/kernel/qcursor.cpp | |
parent | 397a0b223aa4e88ce7985e7721a2b08ba7335cac (diff) | |
download | qt4-tools-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.gz |
doc: Fixed many broken links.
Diffstat (limited to 'src/gui/kernel/qcursor.cpp')
-rw-r--r-- | src/gui/kernel/qcursor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp index ae1f60d756..5b589845cf 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) |