diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
commit | d987e048f542a4c85c640b36d116bb408dd029fd (patch) | |
tree | abcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/porting | |
parent | 107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff) | |
download | Qt-d987e048f542a4c85c640b36d116bb408dd029fd.zip Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/porting')
-rw-r--r-- | doc/src/porting/porting4-canvas.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/porting/porting4-canvas.qdoc b/doc/src/porting/porting4-canvas.qdoc index b69f53b..592f430 100644 --- a/doc/src/porting/porting4-canvas.qdoc +++ b/doc/src/porting/porting4-canvas.qdoc @@ -56,7 +56,7 @@ number of custom-made 2D graphical items, and a view widget for visualizing the items, with support for zooming and rotation. Graphics View was introduced in Qt 4.2, replacing its predecessor, QCanvas. For - more on Graphics View, see \l{The Graphics View Framework}. + more on Graphics View, see \l{Graphics View Framework}. This document walks through the steps needed, class by class and function by function, to port a QCanvas application to Graphics View. |