summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-13 03:50:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-13 03:50:38 (GMT)
commit9d653a9d9e856ee7f34e48cb633fb6822c628d9e (patch)
treedfc77812d989f2c763343ef569ff0248a15c87de /tests/auto/declarative
parentfcbeb9773e21f243c2b124c5a51deeecc4823b39 (diff)
downloadQt-9d653a9d9e856ee7f34e48cb633fb6822c628d9e.zip
Qt-9d653a9d9e856ee7f34e48cb633fb6822c628d9e.tar.gz
Qt-9d653a9d9e856ee7f34e48cb633fb6822c628d9e.tar.bz2
var -> QtObject
Avoid warning.
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/data/echoMode.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativetextinput/data/echoMode.qml b/tests/auto/declarative/qdeclarativetextinput/data/echoMode.qml
index 5773cc2..66a2017 100644
--- a/tests/auto/declarative/qdeclarativetextinput/data/echoMode.qml
+++ b/tests/auto/declarative/qdeclarativetextinput/data/echoMode.qml
@@ -1,7 +1,7 @@
import Qt 4.7
Rectangle {
- property var myInput: input
+ property QtObject myInput: input
width: 400; height: 200; color: "green"