aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/accessibility
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-01-03 09:32:47 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-03 11:49:05 +0100
commit24c925e9942d83ef7cbf2fe78e4a560f76fa0f1c (patch)
tree587b77f42756d153996de12f0c3926e1fe66616c /tests/manual/accessibility
parent6da4dd49f722861b8ce5c1e48d5ee5778bd8ca4a (diff)
Don't set the role to Accessible.Button
If an item intend to expose its children, it should not set its role to Button Change-Id: I6b56d1354ce06f65513688ef38c507bd2881ce82 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'tests/manual/accessibility')
-rw-r--r--tests/manual/accessibility/hittest.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/accessibility/hittest.qml b/tests/manual/accessibility/hittest.qml
index 522ed649b3..e66af9b971 100644
--- a/tests/manual/accessibility/hittest.qml
+++ b/tests/manual/accessibility/hittest.qml
@@ -79,7 +79,6 @@ Rectangle {
Rectangle {
clip: chkClip.checked
z: 2
- Accessible.role: Accessible.Button
id: rect1
width: 100
height: 100