aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/swipedelegate.qml
blob: a8acb5e0c412f8e9aa4e84d4fea2aff0e9e3ab69 (plain)
1
2
3
4
5
6
import QtQuick 2.5
import QtQuick.Controls 2.0

SwipeDelegate {
    text: "SwipeDelegate"
}