aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-02-23 01:00:50 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-02-25 09:20:43 +0100
commita1aee495c8a69a076d3981ef005c627d74bb3660 (patch)
tree3fac2d8c217caf57f4faf0ead448126d44a28a51 /tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml
parentb15654d77f7886ae23f06d760b90973983e12779 (diff)
parent3baa2d550512702dfc227aef0af3542ab189824f (diff)
Merge remote-tracking branch 'origin/5.13' into dev
Conflicts: src/qml/qml/qqmlmetatype.cpp Change-Id: I517c001ea4eb0fdd8e469f9fffe5b7559a5b0795
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml')
-rw-r--r--tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml b/tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml
index ac5622f9fb..acd5463a3c 100644
--- a/tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml
+++ b/tests/auto/qml/qqmllanguage/data/objectDeletionNotify.1.qml
@@ -10,7 +10,7 @@ Item {
}
}
- property bool expectNull: { return null; }
+ property bool expectNull: null
function setExpectNull(b) {
success = false;