Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgpathview / data / openPath.qml
1 import QtQuick 2.0
2
3 Path {
4     startY: 120
5     startX: 160
6     PathLine {
7         y: 160
8         x: 20
9     }
10 }