summaryrefslogtreecommitdiffstats
path: root/doc/src/painting-and-printing
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-22 21:22:03 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-22 21:22:03 (GMT)
commit9bb075161e766832da041cc881ddfee7a8146a6c (patch)
treec8a60869d100332523da4fc13d615925d7a3c478 /doc/src/painting-and-printing
parentf46cb7033fc3bfc17c4ccf9125d670810322a0f5 (diff)
downloadQt-9bb075161e766832da041cc881ddfee7a8146a6c.zip
Qt-9bb075161e766832da041cc881ddfee7a8146a6c.tar.gz
Qt-9bb075161e766832da041cc881ddfee7a8146a6c.tar.bz2
Doc: Updating pages and linking them to the overviews.
Diffstat (limited to 'doc/src/painting-and-printing')
-rw-r--r--doc/src/painting-and-printing/paintsystem.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/painting-and-printing/paintsystem.qdoc b/doc/src/painting-and-printing/paintsystem.qdoc
index 4c6fd91..deb9c8b 100644
--- a/doc/src/painting-and-printing/paintsystem.qdoc
+++ b/doc/src/painting-and-printing/paintsystem.qdoc
@@ -50,6 +50,8 @@
\brief A system for painting on the screen or on print devices using the same API
\ingroup qt-graphics
\ingroup frameworks-technologies
+ \ingroup qt-basic-concepts
+
Qt's paint system enables painting on screen and print devices
using the same API, and is primarily based on the QPainter,