diff -r 5dc02b23752f -r 3e2da88830cd src/gui/math3d/qvector2d.cpp --- a/src/gui/math3d/qvector2d.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/math3d/qvector2d.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -434,7 +434,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 QVector2D &vector) @@ -450,7 +450,7 @@ Reads a 2D 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, QVector2D &vector)