From 12420abbfa66e03938571528647be6f6d9034aa7 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 5 Mar 2020 16:17:37 +0100 Subject: Fix import snippet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/webview/doc/src/qtwebview-qmltypes.qdoc | 2 -- 1 file changed, 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 */ -- cgit v1.2.3