aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/swipeview.qml
Commit message (Collapse)AuthorAgeFilesLines
* SwipeView: fix accessibility supportJ-P Nurmi2016-11-021-0/+4
Don't specify the role in QML, because using the Accessible attached property creates a hard dependency to the accessibility feature (the QML code won't run when QT_NO_ACCESSIBILITY is defined). Change-Id: Ie540c915547fae94705873292368652e3608c9e7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>