diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-12-09 12:40:10 +0100 |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-12-09 12:40:10 +0100 |
commit | bd4ac06eb3c8ac3a9044689481873ce91aeb3180 (patch) | |
tree | 8c2ca4d9365444f31cc42ca9901c90d60abd5503 /doc/src/examples/diagramscene.qdoc | |
parent | 5f70c3d9004765f8f86e3472cf59cfa7677f9163 (diff) | |
download | qt4-tools-bd4ac06eb3c8ac3a9044689481873ce91aeb3180.tar.gz |
Doc: Fixed doc bug in Diagram Scene example
Task-number: QTBUG-15647
Diffstat (limited to 'doc/src/examples/diagramscene.qdoc')
-rw-r--r-- | doc/src/examples/diagramscene.qdoc | 2 |
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 |