aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/data/basic.qml
blob: 2c4977d08b61b8dac46f71c567404964452defa3 (plain)
1
2
3
4
5
import Qt.labs.folderlistmodel 1.0

FolderListModel {
    nameFilters: [ "*.qml" ]
}