summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-03-05 16:17:37 +0100
committerKai Koehne <kai.koehne@qt.io>2020-03-05 17:21:20 +0100
commit12420abbfa66e03938571528647be6f6d9034aa7 (patch)
tree53464d4ccbbe91284c8d06acc682206816af3b7c
parentebf92b96ee6808f67e62449dc65b3757bf41d9d4 (diff)
Fix import snippet
The \badcode ... \endcode scope around it meant that the \qml .. \endqml were printed literally. This amends c40add66f77afe18fe952013fd9503ab4c568efc Change-Id: I859c60a3e47689f30c813768860f58ce22b0e538 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--src/webview/doc/src/qtwebview-qmltypes.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webview/doc/src/qtwebview-qmltypes.qdoc b/src/webview/doc/src/qtwebview-qmltypes.qdoc
index b5da115..40a3763 100644
--- a/src/webview/doc/src/qtwebview-qmltypes.qdoc
+++ b/src/webview/doc/src/qtwebview-qmltypes.qdoc
@@ -38,11 +38,9 @@
The QML type can be imported into your application using the following
import statement:
- \badcode
\qml \QtMinorVersion
import QtWebView 1.\1
\endqml
- \endcode
\section1 QML Types
*/