aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickaccessible/qquickaccessible.pro
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2014-09-25 11:41:44 +0200
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2014-10-21 20:32:52 +0200
commitf28755240b9d72eb748c2f9469a58601bffdecf1 (patch)
tree6833b7e166be3480662e31ebe3da0f3e9daaa13d /tests/auto/quick/qquickaccessible/qquickaccessible.pro
parentdbbb514a084440c05d17e44c7992726d94b26750 (diff)
Support Accessible.ignored on non-leaf items
Ignoring items with children will make the children appear as children of the parent of the ignored item. Since setAccessibleFlagAndListener now only sets the flag we also rename the function to just setAccessible Change-Id: I79fc311509a3e454b4698274c63ad0e879fb93e3 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qquickaccessible/qquickaccessible.pro')
-rw-r--r--tests/auto/quick/qquickaccessible/qquickaccessible.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/auto/quick/qquickaccessible/qquickaccessible.pro b/tests/auto/quick/qquickaccessible/qquickaccessible.pro
index 99c3834147..bdbe2e3fb4 100644
--- a/tests/auto/quick/qquickaccessible/qquickaccessible.pro
+++ b/tests/auto/quick/qquickaccessible/qquickaccessible.pro
@@ -10,10 +10,11 @@ include (../../shared/util.pri)
TESTDATA = data/*
-OTHER_FILES += data/checkbuttons.qml
-OTHER_FILES += data/hittest.qml
-OTHER_FILES += data/pushbutton.qml
-OTHER_FILES += data/statictext.qml
+OTHER_FILES += data/checkbuttons.qml \
+ data/hittest.qml \
+ data/pushbutton.qml \
+ data/statictext.qml \
+ data/ignored.qml \
CONFIG += parallel_test