diff options
Diffstat (limited to 'examples/declarative/webview/qdeclarative-in-html.qml')
-rw-r--r-- | examples/declarative/webview/qdeclarative-in-html.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/webview/qdeclarative-in-html.qml b/examples/declarative/webview/qdeclarative-in-html.qml index 77180ec..172ea4b 100644 --- a/examples/declarative/webview/qdeclarative-in-html.qml +++ b/examples/declarative/webview/qdeclarative-in-html.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import org.webkit 1.0 // The WebView supports QML data through the HTML OBJECT tag Rectangle { |