From a42e203f93adfec249145ee125f34b311b9a969c Mon Sep 17 00:00:00 2001 From: Justin McPherson Date: Mon, 13 Feb 2012 16:16:42 +1000 Subject: Change variant properties to var properties. Helps with the use of js objects in test data etc. Change-Id: I95661118a8ded277c0e1d3c951182dee3f550e12 Reviewed-by: Yunqiao Yin --- src/imports/testlib/SignalSpy.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/testlib/SignalSpy.qml') diff --git a/src/imports/testlib/SignalSpy.qml b/src/imports/testlib/SignalSpy.qml index f71f4bfe7c..8b74132806 100644 --- a/src/imports/testlib/SignalSpy.qml +++ b/src/imports/testlib/SignalSpy.qml @@ -52,7 +52,7 @@ Item { // Public API. - property variant target: null + property var target: null property string signalName: "" property int count: 0 @@ -86,7 +86,7 @@ Item { qtest_update() } - property variant qtest_prevTarget: null + property var qtest_prevTarget: null property string qtest_prevSignalName: "" property int qtest_expectedCount: 0 -- cgit v1.2.3