diff options
Diffstat (limited to 'examples/declarative/webview/qml-in-html.qml')
-rw-r--r-- | examples/declarative/webview/qml-in-html.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/qml-in-html.qml b/examples/declarative/webview/qml-in-html.qml index 2ae3476..b9c8d94 100644 --- a/examples/declarative/webview/qml-in-html.qml +++ b/examples/declarative/webview/qml-in-html.qml @@ -1,7 +1,7 @@ import Qt 4.6 // The WebView supports QML data through the HTML OBJECT tag -Rect { +Rectangle { color:"blue" Flickable { width: parent.width |