aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_456.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtDeclarative/bug_456.qml')
-rw-r--r--tests/QtDeclarative/bug_456.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtDeclarative/bug_456.qml b/tests/QtDeclarative/bug_456.qml
index e4596fdfb..e8b220ee9 100644
--- a/tests/QtDeclarative/bug_456.qml
+++ b/tests/QtDeclarative/bug_456.qml
@@ -56,7 +56,7 @@ Rectangle {
id: buttonMouseArea
objectName: "buttonMouseArea"
anchors.fill: parent
- onClicked: {
+ onEntered: {
rotatevalue.rotation = rotatevalue.val()
}
}