aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1/util/qdeclarativestategroup.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-07-15 09:02:55 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-21 04:05:19 +0200
commit6b8e98aec3f382fedea704691da40376cbe88e5e (patch)
treec2d6bf149afbfe8961a49ada92c90677a8aa3845 /src/qtquick1/util/qdeclarativestategroup.cpp
parent0592e17e18e26acc177bc7556a3c9888582f0045 (diff)
Bulk update of QtQuick 1 docs to \qmlmodule syntax
Change-Id: I7ed2b54ef5a706dcaf7e19d221a6dda7b2620e8c Reviewed-on: http://codereview.qt.nokia.com/1681 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qtquick1/util/qdeclarativestategroup.cpp')
-rw-r--r--src/qtquick1/util/qdeclarativestategroup.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/qtquick1/util/qdeclarativestategroup.cpp b/src/qtquick1/util/qdeclarativestategroup.cpp
index f04a8d4f03..6bf1a2f23a 100644
--- a/src/qtquick1/util/qdeclarativestategroup.cpp
+++ b/src/qtquick1/util/qdeclarativestategroup.cpp
@@ -90,8 +90,9 @@ public:
/*!
\qmlclass StateGroup QDeclarative1StateGroup
+ \inqmlmodule QtQuick 1
\ingroup qml-state-elements
- \since 4.7
+ \since QtQuick 1.0
\brief The StateGroup element provides state support for non-Item elements.
Item (and all derived elements) provides built in support for states and transitions
@@ -137,7 +138,7 @@ QList<QDeclarative1State *> QDeclarative1StateGroup::states() const
}
/*!
- \qmlproperty list<State> StateGroup::states
+ \qmlproperty list<State> QtQuick1::StateGroup::states
This property holds a list of states defined by the state group.
\qml
@@ -198,7 +199,7 @@ void QDeclarative1StateGroupPrivate::clear_states(QDeclarativeListProperty<QDecl
}
/*!
- \qmlproperty list<Transition> StateGroup::transitions
+ \qmlproperty list<Transition> QtQuick1::StateGroup::transitions
This property holds a list of transitions defined by the state group.
\qml
@@ -224,7 +225,7 @@ QDeclarativeListProperty<QDeclarative1Transition> QDeclarative1StateGroup::trans
}
/*!
- \qmlproperty string StateGroup::state
+ \qmlproperty string QtQuick1::StateGroup::state
This property holds the name of the current state of the state group.