summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestateoperations.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-21 19:21:47 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-21 19:21:47 (GMT)
commit2143a50d274d36e4fe779de2c732c66f47496ace (patch)
treee707ef803ff047fb0f7b14dbf1474fb65f38c13a /src/declarative/util/qdeclarativestateoperations.cpp
parent75b4b1a99d1ea0f8549b188ec29a3a9103bc587a (diff)
downloadQt-2143a50d274d36e4fe779de2c732c66f47496ace.zip
Qt-2143a50d274d36e4fe779de2c732c66f47496ace.tar.gz
Qt-2143a50d274d36e4fe779de2c732c66f47496ace.tar.bz2
Doc: Fixed QML syntax in quoted code snippets.
Diffstat (limited to 'src/declarative/util/qdeclarativestateoperations.cpp')
-rw-r--r--src/declarative/util/qdeclarativestateoperations.cpp20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp
index d1d7822..1df9013 100644
--- a/src/declarative/util/qdeclarativestateoperations.cpp
+++ b/src/declarative/util/qdeclarativestateoperations.cpp
@@ -599,25 +599,7 @@ public:
ScriptAction to specify the point in the transition at which
the StateChangeScript should to be run.
- \qml
- State {
- name "state1"
- StateChangeScript {
- name: "myScript"
- script: doStateStuff();
- }
- ...
- }
- ...
- Transition {
- to: "state1"
- SequentialAnimation {
- NumberAnimation { ... }
- ScriptAction { scriptName: "myScript" }
- NumberAnimation { ... }
- }
- }
- \endqml
+ \snippet snippets/declarative/states/statechangescript.qml state and transition
\sa ScriptAction
*/