aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-05-06 13:21:21 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2020-05-06 13:58:08 +0200
commit45537009a8a3f8e855c1adf0208084849b6dc9c4 (patch)
treee1b30dfb0118875bb57be53e3b15348795dfd35c /tests/auto/qml/qmllint/data
parentaa470fa92d8139ea849c00e01db5ffc537fe6981 (diff)
Fix qmllint crash
Fixes: QTBUG-83915 Change-Id: I26731ebcec6be46602b6acc7562c65b1c9f3e43a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmllint/data')
-rw-r--r--tests/auto/qml/qmllint/data/crashConnections.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/crashConnections.qml b/tests/auto/qml/qmllint/data/crashConnections.qml
new file mode 100644
index 0000000000..cac50c84bd
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/crashConnections.qml
@@ -0,0 +1,5 @@
+import QtQuick 2.0
+
+Connections {
+ target: FirstRunDialog
+} \ No newline at end of file