aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathitem/data/pathitem2.qml
blob: 9f4a3b59570d75f79e35839ddf6a3422582b70c8 (plain)
1
2
3
4
5
6
import QtQuick 2.9

PathItem {
    VisualPath { }
    VisualPath { }
}