summaryrefslogtreecommitdiff
path: root/doc/src/examples
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2010-12-09 12:40:10 +0100
committerGeir Vattekar <geir.vattekar@nokia.com>2010-12-09 12:40:10 +0100
commitbd4ac06eb3c8ac3a9044689481873ce91aeb3180 (patch)
tree8c2ca4d9365444f31cc42ca9901c90d60abd5503 /doc/src/examples
parent5f70c3d9004765f8f86e3472cf59cfa7677f9163 (diff)
downloadqt4-tools-bd4ac06eb3c8ac3a9044689481873ce91aeb3180.tar.gz
Doc: Fixed doc bug in Diagram Scene example
Task-number: QTBUG-15647
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/diagramscene.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/diagramscene.qdoc b/doc/src/examples/diagramscene.qdoc
index 98bc9833c2..d5cc4e354f 100644
--- a/doc/src/examples/diagramscene.qdoc
+++ b/doc/src/examples/diagramscene.qdoc
@@ -195,7 +195,7 @@
This function returns a QWidget containing a QToolButton with
an image of one of the \c DiagramItems, i.e., flowchart shapes.
The image is created by the \c DiagramItem through the \c image()
- function. The QButtonGroup class lets us attach a QVariant with
+ function. The QButtonGroup class lets us attach an id (int) with
each button; we store the diagram's type, i.e., the
DiagramItem::DiagramType enum. We use the stored diagram type when
we create new diagram items for the scene. The widgets created