aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickshape/data/pathitem2.qml
blob: a255a37af637198e3e8a43f60c90d78dbc1e7fd5 (plain)
1
2
3
4
5
6
7
import QtQuick 2.9
import tst_qquickpathitem 1.0

Shape {
    ShapePath { }
    ShapePath { }
}