summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepathview/data/emptymodel.qml
blob: 177c4052fcb46e3d7639b009c702760db453f9f4 (plain)
1
2
3
4
5
import Qt 4.7

PathView {
    model: emptyModel
}