summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/tst_editorialmodel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/tst_editorialmodel.qml')
-rw-r--r--tests/auto/declarative_core/tst_editorialmodel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/tst_editorialmodel.qml b/tests/auto/declarative_core/tst_editorialmodel.qml
index ae01b4fd..3135a05b 100644
--- a/tests/auto/declarative_core/tst_editorialmodel.qml
+++ b/tests/auto/declarative_core/tst_editorialmodel.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; EditorialModel {}',
+ return Qt.createQmlObject('import QtLocation 5.3; EditorialModel {}',
testCase, "editorialModel");
}
}