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