aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/defaultImport.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/defaultImport.qml')
-rw-r--r--tests/auto/qml/qmllint/data/defaultImport.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/defaultImport.qml b/tests/auto/qml/qmllint/data/defaultImport.qml
new file mode 100644
index 0000000000..2be7cd444a
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/defaultImport.qml
@@ -0,0 +1,5 @@
+import Things 6.0
+
+QtObject {
+ property var db: LocalStorage.openDatabaseSync("foo", "2", "bar", 4)
+}