summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-03-03 17:04:55 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-03-03 17:04:55 (GMT)
commit7e9c0cbf02be5f7c426a81e53b5b0df39b5328ce (patch)
tree4427a87eba61f3a94cdd199d6c8e330b52ecb2e0 /doc/src/snippets
parent9b3f233c6740d4a703c53bd6bbb373115c5bf520 (diff)
downloadQt-7e9c0cbf02be5f7c426a81e53b5b0df39b5328ce.zip
Qt-7e9c0cbf02be5f7c426a81e53b5b0df39b5328ce.tar.gz
Qt-7e9c0cbf02be5f7c426a81e53b5b0df39b5328ce.tar.bz2
Doc: Fixed QML snippet highlighting by creating a complete code snippet.
Diffstat (limited to 'doc/src/snippets')
-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 c1cef33..a986fab 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"