aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/accessibility/data/defaults/switchdelegate.qml
blob: 9f71ed68489d64138203688895b088a5324222c8 (plain)
1
2
3
4
5
6
import QtQuick
import QtQuick.Controls

SwitchDelegate {
    text: "SwitchDelegate"
}