From f872cdde2185390a07a5cb603f0a98c2304ac6cd Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 3 Sep 2020 09:55:33 +0200 Subject: Fix qdoc errors Change-Id: I83f21bd6b780daa545c57d050d0f7562e8c0a4ff Reviewed-by: Venugopal Shivashankar --- .../chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc index bc0ca846..4c00d456 100644 --- a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc +++ b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc @@ -98,7 +98,7 @@ Let's modify the default QML code to suit our needs. \quotefromfile chattutorial/chapter1-settingup/main.qml \skipto import -\printuntil import QtQuick.Controls 2.12 +\printuntil import QtQuick.Controls First, import the \l {Qt Quick} module. This gives us access to graphical primitives such as \l Item, \l Rectangle, \l Text, and so @@ -667,8 +667,8 @@ changes to be done to \c ContactPage.qml. To be able to use the types, we must first import them using the URI we set in \c main.cpp: \quotefromfile chattutorial/chapter4-models/ContactPage.qml -\skipto import io.qt.examples.chattutorial 1.0 -\printline import io.qt.examples.chattutorial 1.0 +\skipto import io.qt.examples.chattutorial +\printline import io.qt.examples.chattutorial We then replace the dummy model with the proper one: -- cgit v1.2.3