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

PathItem {
    VisualPath { }
    VisualPath { }
}