diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
commit | 1dc2235ac930c5444aa83a25432d1bf8b78b18db (patch) | |
tree | 545f4f02f5bc046828fb7a0b7ce4a2f1bdec5499 /src/gui/math3d/qmatrix4x4.cpp | |
parent | a72c6f403435e5cc7aff501b1e1ee990dfb24969 (diff) | |
download | Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.zip Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.gz Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'src/gui/math3d/qmatrix4x4.cpp')
-rw-r--r-- | src/gui/math3d/qmatrix4x4.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp index 62d740c..16c7f97 100644 --- a/src/gui/math3d/qmatrix4x4.cpp +++ b/src/gui/math3d/qmatrix4x4.cpp @@ -1878,7 +1878,7 @@ QDebug operator<<(QDebug dbg, const QMatrix4x4 &m) Writes the given \a matrix to the given \a stream and returns a reference to the stream. - \sa {Format of the QDataStream Operators} + \sa {Serializing Qt Data Types} */ QDataStream &operator<<(QDataStream &stream, const QMatrix4x4 &matrix) @@ -1896,7 +1896,7 @@ QDataStream &operator<<(QDataStream &stream, const QMatrix4x4 &matrix) Reads a 4x4 matrix from the given \a stream into the given \a matrix and returns a reference to the stream. - \sa {Format of the QDataStream Operators} + \sa {Serializing Qt Data Types} */ QDataStream &operator>>(QDataStream &stream, QMatrix4x4 &matrix) |