diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-19 03:52:07 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-19 03:52:07 (GMT) |
commit | 08c45e83b05aa22b0d37a16aa01cbf5b3056bd15 (patch) | |
tree | ad8c9eb1598f90061150a48118c7b45be2e3ef49 /tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml | |
parent | d363016a703f565432d2fd3d84cea4e179c79995 (diff) | |
parent | 02e81cd0262187e211a57958d8728981be2ab878 (diff) | |
download | Qt-08c45e83b05aa22b0d37a16aa01cbf5b3056bd15.zip Qt-08c45e83b05aa22b0d37a16aa01cbf5b3056bd15.tar.gz Qt-08c45e83b05aa22b0d37a16aa01cbf5b3056bd15.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml')
-rw-r--r-- | tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml b/tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml index fac5259..20fb040 100644 --- a/tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml +++ b/tests/auto/declarative/xmlhttprequest/data/getAllResponseHeaders_unsent.qml @@ -1,6 +1,6 @@ import Qt 4.6 -Object { +QtObject { property bool test: false Component.onCompleted: { |