summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative_core/tst_imagemodel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/tst_imagemodel.qml')
-rw-r--r--tests/auto/declarative_core/tst_imagemodel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/tst_imagemodel.qml b/tests/auto/declarative_core/tst_imagemodel.qml
index 31f1e448..eb2a1ce2 100644
--- a/tests/auto/declarative_core/tst_imagemodel.qml
+++ b/tests/auto/declarative_core/tst_imagemodel.qml
@@ -41,7 +41,7 @@
import QtQuick 2.0
import QtTest 1.0
-import QtLocation 5.0
+import QtLocation 5.3
import "utils.js" as Utils
TestCase {
@@ -193,7 +193,7 @@ TestCase {
}
function createModel() {
- return Qt.createQmlObject('import QtLocation 5.0; ImageModel {}',
+ return Qt.createQmlObject('import QtLocation 5.3; ImageModel {}',
testCase, "imageModel");
}
}