aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/data
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-10-10 21:45:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-17 12:53:26 +0200
commit83c466dd8c62ebfb80c753c458683ee24aeff907 (patch)
treec8ee68aa26adce5f16ac84e83913cdf0df979eeb /tests/auto/qml/qquickfolderlistmodel/data
parenta8cfbf6aa61c85bd082583388e5cfac84e0f4d3f (diff)
Fix crash in FolderListModel
Change-Id: I8d012e9a356676dd3dad246579c7339eaddc1e91 Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/qml/qquickfolderlistmodel/data')
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/data/sortReversed.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/data/sortReversed.qml b/tests/auto/qml/qquickfolderlistmodel/data/sortReversed.qml
new file mode 100644
index 0000000000..37e9d4cdc1
--- /dev/null
+++ b/tests/auto/qml/qquickfolderlistmodel/data/sortReversed.qml
@@ -0,0 +1,7 @@
+import Qt.labs.folderlistmodel 1.0
+
+FolderListModel {
+ showDotAndDotDot: false
+ sortReversed: true
+}
+