summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/webview/webview.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/declarative/webview/webview.qml')
-rw-r--r--doc/src/snippets/declarative/webview/webview.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/webview/webview.qml b/doc/src/snippets/declarative/webview/webview.qml
index dac8010293..f652369ca3 100644
--- a/doc/src/snippets/declarative/webview/webview.qml
+++ b/doc/src/snippets/declarative/webview/webview.qml
@@ -39,7 +39,9 @@
****************************************************************************/
//! [document]
+//! [import]
import QtWebKit 1.0
+//! [import]
WebView {
url: "http://www.nokia.com"