aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc')
-rw-r--r--src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc b/src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc
index 0c1dd008..1ddfe763 100644
--- a/src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc
+++ b/src/imports/controls/doc/src/templates/qtquicktemplates2.qdoc
@@ -29,7 +29,7 @@
\qmlmodule QtQuick.Templates 2.0
\title Qt Quick Templates 2 QML Types
\ingroup qmlmodules
- \brief Provides QML types for templates (Qt Labs Templates).
+ \brief Provides QML types for templates (Qt Quick Templates).
The \l {Qt Quick Templates 2} module provides a set of non-visual templates
that can be used to build user interface controls in QML using \l {Qt Quick}.
@@ -41,12 +41,10 @@
import QtQuick.Templates 2.0 as T
\endcode
- \labs
-
For the sake of clarity, there is a one-to-one mapping between the types
- provided by the \c Qt.labs.templates and \c QtQuick.Controls imports. For
+ provided by the \c QtQuick.Templates and \c QtQuick.Controls imports. For
every type available in the \c QtQuick.Controls import, a non-visual template
- type by the same name exists in the \c Qt.labs.templates import.
+ type by the same name exists in the \c QtQuick.Templates import.
\note It is recommended to use a namespace for the templates import to avoid
overlap with the types provided by the \c QtQuick.Controls import.