diff options
Diffstat (limited to 'tests/auto/declarative/xmlhttprequest/data/send_data.3.qml')
-rw-r--r-- | tests/auto/declarative/xmlhttprequest/data/send_data.3.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/xmlhttprequest/data/send_data.3.qml b/tests/auto/declarative/xmlhttprequest/data/send_data.3.qml index ae5731f..e048769 100644 --- a/tests/auto/declarative/xmlhttprequest/data/send_data.3.qml +++ b/tests/auto/declarative/xmlhttprequest/data/send_data.3.qml @@ -1,6 +1,6 @@ import Qt 4.6 -Object { +QtObject { property string url property bool dataOK: false |