diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-19 10:34:56 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-19 10:34:56 (GMT) |
commit | 397a0b223aa4e88ce7985e7721a2b08ba7335cac (patch) | |
tree | 4eb7892833ea92c7d8fa1dd6fcf2a8b8399ea4e5 /doc | |
parent | 748e746006a1929a6ec2511481a0dd101b4eef54 (diff) | |
download | Qt-397a0b223aa4e88ce7985e7721a2b08ba7335cac.zip Qt-397a0b223aa4e88ce7985e7721a2b08ba7335cac.tar.gz Qt-397a0b223aa4e88ce7985e7721a2b08ba7335cac.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/frameworks-technologies/activeqt.qdoc | 1 | ||||
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 10 | ||||
-rw-r--r-- | doc/src/painting-and-printing/coordsys.qdoc | 4 |
3 files changed, 1 insertions, 14 deletions
diff --git a/doc/src/frameworks-technologies/activeqt.qdoc b/doc/src/frameworks-technologies/activeqt.qdoc index 6f4ec30..979d885 100644 --- a/doc/src/frameworks-technologies/activeqt.qdoc +++ b/doc/src/frameworks-technologies/activeqt.qdoc @@ -58,6 +58,7 @@ \ingroup qt-activex \keyword ActiveQt + \target ActiveQt Framework Qt's ActiveX and COM support allows Qt for Windows developers to: diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc index 8841ae8..c3b8880 100644 --- a/doc/src/getting-started/examples.qdoc +++ b/doc/src/getting-started/examples.qdoc @@ -40,16 +40,6 @@ ****************************************************************************/ /*! - \page examples-overview.html - \raw HTML - <script> - document.location.href = "examples.html"; - </script> - \endraw - Click this \l{Qt Examples}{link} if you don't get redirected. -*/ - -/*! \group all-examples \title Qt Examples diff --git a/doc/src/painting-and-printing/coordsys.qdoc b/doc/src/painting-and-printing/coordsys.qdoc index b360d0b..d6714b8 100644 --- a/doc/src/painting-and-printing/coordsys.qdoc +++ b/doc/src/painting-and-printing/coordsys.qdoc @@ -46,10 +46,6 @@ \brief Information about the coordinate system used by the paint system. - \previouspage Drawing and Filling - \contentspage The Paint System - \nextpage Reading and Writing Image Files - The coordinate system is controlled by the QPainter class. Together with the QPaintDevice and QPaintEngine classes, QPainter form the basis of Qt's painting system, Arthur. QPainter |