aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickpathview/data/emptymodel.qml
blob: eb4d3006f488a702108e79e6bb304cae637adf38 (plain)
1
2
3
4
5
import QtQuick 2.0

PathView {
    model: emptyModel
}