diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-19 13:23:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-19 13:23:57 (GMT) |
commit | 7ca94f32c1a32ab96e4476388bea59d209dae4de (patch) | |
tree | cf5749283f0bd241c974dbbb1425c5085592c77c /src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp | |
parent | 8c1dc03e611cea5bc942cbef0ca94c86efe91426 (diff) | |
download | Qt-7ca94f32c1a32ab96e4476388bea59d209dae4de.zip Qt-7ca94f32c1a32ab96e4476388bea59d209dae4de.tar.gz Qt-7ca94f32c1a32ab96e4476388bea59d209dae4de.tar.bz2 |
doc: Added "\since 4.7" to a bunch of declarative stuff.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp b/src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp index e7206f1..6d33b80 100644 --- a/src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp +++ b/src/declarative/graphicsitems/qmlgraphicsgraphicsobjectcontainer.cpp @@ -83,6 +83,7 @@ public: /*! \qmlclass GraphicsObjectContainer QmlGraphicsGraphicsObjectContainer + \since 4.7 \brief The GraphicsObjectContainer element allows you to add QGraphicsObjects into Fluid UI elements. While any QObject based class can be exposed to QML, QmlGraphicsItem |