aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/data/sortReversed.qml
blob: 37e9d4cdc16d89d9050b1781bfa92b687c44cf39 (plain)
1
2
3
4
5
6
7
import Qt.labs.folderlistmodel 1.0

FolderListModel {
    showDotAndDotDot: false
    sortReversed: true
}