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, 2 insertions, 0 deletions
diff --git a/examples/declarative/webview/qml-in-html.qml b/examples/declarative/webview/qml-in-html.qml index 29dded5..2ae3476 100644 --- a/examples/declarative/webview/qml-in-html.qml +++ b/examples/declarative/webview/qml-in-html.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + // The WebView supports QML data through the HTML OBJECT tag Rect { color:"blue" |