diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-12-09 11:40:10 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-12-09 11:40:10 (GMT) |
commit | bd4ac06eb3c8ac3a9044689481873ce91aeb3180 (patch) | |
tree | 8c2ca4d9365444f31cc42ca9901c90d60abd5503 /doc | |
parent | 5f70c3d9004765f8f86e3472cf59cfa7677f9163 (diff) | |
download | Qt-bd4ac06eb3c8ac3a9044689481873ce91aeb3180.zip Qt-bd4ac06eb3c8ac3a9044689481873ce91aeb3180.tar.gz Qt-bd4ac06eb3c8ac3a9044689481873ce91aeb3180.tar.bz2 |
Doc: Fixed doc bug in Diagram Scene example
Task-number: QTBUG-15647
Diffstat (limited to 'doc')
-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 98bc983..d5cc4e3 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 |