aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-06-02 13:57:39 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-06-04 15:51:51 +0200
commit9cefaca1ea908df39edee03ef888a40690d355af (patch)
tree4b9b70afc4215c45130a96c01e4d056b0ae362d1 /tests/auto/qml/qquickfolderlistmodel
parentd0c177f0ee42d7c9454f0093635a5f68362f2283 (diff)
Remove winrt
Task-number: QTBUG-84434 Change-Id: If8f57f00726868a3540c877d07fca761618e4f08 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qquickfolderlistmodel')
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
index dccd3951b3..7116e1db49 100644
--- a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
+++ b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
@@ -66,7 +66,6 @@ private slots:
void refresh();
void cdUp();
#ifdef Q_OS_WIN32
- // WinCE/WinRT do not have drive APIs, so let's execute this test only on desktop Windows.
void changeDrive();
#endif
void showDotAndDotDot();