summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestateoperations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qdeclarativestateoperations.cpp')
-rw-r--r--src/declarative/util/qdeclarativestateoperations.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp
index 1fc92ac5..a4bf36cc 100644
--- a/src/declarative/util/qdeclarativestateoperations.cpp
+++ b/src/declarative/util/qdeclarativestateoperations.cpp
@@ -169,7 +169,8 @@ void QDeclarativeParentChangePrivate::doChange(QDeclarativeItem *targetParent, Q
/*!
\preliminary
- \qmlclass ParentChange QDeclarativeParentChange
+ \qmltype ParentChange
+ \instantiates QDeclarativeParentChange
\ingroup qml-state-elements
\brief The ParentChange element allows you to reparent an Item in a state change.
@@ -598,7 +599,8 @@ public:
};
/*!
- \qmlclass StateChangeScript QDeclarativeStateChangeScript
+ \qmltype StateChangeScript
+ \instantiates QDeclarativeStateChangeScript
\ingroup qml-state-elements
\brief The StateChangeScript element allows you to run a script in a state.
@@ -685,7 +687,8 @@ QString QDeclarativeStateChangeScript::typeName() const
}
/*!
- \qmlclass AnchorChanges QDeclarativeAnchorChanges
+ \qmltype AnchorChanges
+ \instantiates QDeclarativeAnchorChanges
\ingroup qml-state-elements
\brief The AnchorChanges element allows you to change the anchors of an item in a state.