aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader
diff options
context:
space:
mode:
authorArnaud Vrac <avrac@freebox.fr>2016-07-28 20:27:56 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-08-10 13:20:56 +0000
commit7ec1d316f4eefc12b7fe040e467f799a67ce0a11 (patch)
treeb8d184283ac01ad63c0adf5442372fbd8945edb0 /tests/auto/quick/qquickloader
parent6fe7ccf59b917e9383c07c1e7a71631200590e3a (diff)
Fix import with qualifier of remote directory with qmldir
Do not skip qmldir loading when using an import qualifier and the resolved uri is remote. This makes the import behavior the same in all cases. Task-number: QTBUG-55002 Change-Id: I99d68be02ddd062e387d36946e730df076e80a8d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickloader')
-rw-r--r--tests/auto/quick/qquickloader/data/qmldir1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickloader/data/qmldir b/tests/auto/quick/qquickloader/data/qmldir
deleted file mode 100644
index bf42b507c0..0000000000
--- a/tests/auto/quick/qquickloader/data/qmldir
+++ /dev/null
@@ -1 +0,0 @@
-# For tst_QDeclarativeLoader::networkRequestUrl; no types needed though.