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

SwipeDelegate {
    text: "SwipeDelegate"
}