--- a/src/gui/math3d/qquaternion.cpp Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/math3d/qquaternion.cpp Wed Aug 18 10:37:55 2010 +0300
@@ -595,7 +595,7 @@
Writes the given \a quaternion 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 QQuaternion &quaternion)
@@ -612,7 +612,7 @@
Reads a quaternion from the given \a stream into the given \a quaternion
and returns a reference to the stream.
- \sa {Format of the QDataStream Operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator>>(QDataStream &stream, QQuaternion &quaternion)