src/corelib/tools/qline.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/corelib/tools/qline.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/tools/qline.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -272,7 +272,7 @@
     Writes the given \a line 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 QLine &line)
@@ -287,7 +287,7 @@
     Reads a line from the given \a stream into the given \a line and
     returns a reference to the stream.
 
-    \sa {Format of the QDataStream Operators}
+    \sa {Serializing Qt Data Types}
 */
 
 QDataStream &operator>>(QDataStream &stream, QLine &line)
@@ -834,7 +834,7 @@
     Writes the given \a line 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 QLineF &line)
@@ -849,7 +849,7 @@
     Reads a line from the given \a stream into the given \a line and
     returns a reference to the stream.
 
-    \sa {Format of the QDataStream Operators}
+    \sa {Serializing Qt Data Types}
 */
 
 QDataStream &operator>>(QDataStream &stream, QLineF &line)