diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
commit | 1dc2235ac930c5444aa83a25432d1bf8b78b18db (patch) | |
tree | 545f4f02f5bc046828fb7a0b7ce4a2f1bdec5499 /src/gui/painting/qpen.cpp | |
parent | a72c6f403435e5cc7aff501b1e1ee990dfb24969 (diff) | |
download | Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.zip Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.gz Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'src/gui/painting/qpen.cpp')
-rw-r--r-- | src/gui/painting/qpen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/painting/qpen.cpp b/src/gui/painting/qpen.cpp index e290cbe..2e43984 100644 --- a/src/gui/painting/qpen.cpp +++ b/src/gui/painting/qpen.cpp @@ -92,7 +92,7 @@ typedef QPenPrivate QPenData; convenience functions to extract and set the color of the pen's brush, respectively. Pens may also be compared and streamed. - For more information about painting in general, see \l{The Paint + For more information about painting in general, see the \l{Paint System} documentation. \tableofcontents @@ -872,7 +872,7 @@ bool QPen::isDetached() Writes the given \a pen to the given \a stream and returns a reference to the \a stream. - \sa {Format of the QDataStream Operators} + \sa {Serializing Qt Data Types} */ QDataStream &operator<<(QDataStream &s, const QPen &p) @@ -918,7 +918,7 @@ QDataStream &operator<<(QDataStream &s, const QPen &p) Reads a pen from the given \a stream into the given \a pen and returns a reference to the \a stream. - \sa {Format of the QDataStream Operators} + \sa {Serializing Qt Data Types} */ QDataStream &operator>>(QDataStream &s, QPen &p) |