From 74325015e7b3bab83826eefb61b9ad1808b1524d Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 18 Aug 2014 18:30:35 +0200 Subject: [PATCH] Fix typo in StateChangeScript documentation. Change-Id: Iec72331c183ea02680bad01f04eae82ebd815cdb Reviewed-by: Gunnar Sletta --- src/quick/util/qquickstatechangescript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/util/qquickstatechangescript.cpp b/src/quick/util/qquickstatechangescript.cpp index 7fe0b01..2d8eea0 100644 --- a/src/quick/util/qquickstatechangescript.cpp +++ b/src/quick/util/qquickstatechangescript.cpp @@ -75,7 +75,7 @@ public: A StateChangeScript is run upon entering a state. You can optionally use ScriptAction to specify the point in the transition at which - the StateChangeScript should to be run. + the StateChangeScript should be run. \snippet qml/states/statechangescript.qml state and transition -- 2.7.4