aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/modules/data/hover/test.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlls/modules/data/hover/test.qml')
-rw-r--r--tests/auto/qmlls/modules/data/hover/test.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qmlls/modules/data/hover/test.qml b/tests/auto/qmlls/modules/data/hover/test.qml
new file mode 100644
index 0000000000..dd1d5abcb0
--- /dev/null
+++ b/tests/auto/qmlls/modules/data/hover/test.qml
@@ -0,0 +1,8 @@
+// Copyright (C) 2024 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+import QtQuick
+
+QtObject {
+ readonly property int t: ""
+}