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