aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/QmltcTests/properties.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmltc/QmltcTests/properties.qml')
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/properties.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltc/QmltcTests/properties.qml b/tests/auto/qml/qmltc/QmltcTests/properties.qml
index 896cd88eac..ca827519d5 100644
--- a/tests/auto/qml/qmltc/QmltcTests/properties.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/properties.qml
@@ -37,6 +37,7 @@ QtObject {
default property QtObject defaultObjP
readonly property string readonlyStringP: "foobar"
required property real requiredRealP
+ requiredRealP: 3.2
// extra:
property Timer timerP: Timer {