--- a/src/gui/math3d/qmatrix4x4.cpp Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/math3d/qmatrix4x4.cpp Wed Aug 18 10:37:55 2010 +0300
@@ -1878,7 +1878,7 @@
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 @@
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)