aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcheckdelegate.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-21 16:56:59 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-21 18:08:46 +0000
commit523542d5241392ac258b02271f20c0be310cd1e5 (patch)
treef856d27d7c569fa2ee129116af032dc7a04a18b1 /src/quicktemplates2/qquickcheckdelegate.cpp
parent2298df331b7d5922e480533d65e4d5d7861b2be9 (diff)
Doc: rename Qt.labs.controls 1.0 to QtQuick.Controls 2.0
Change-Id: Id6c476424fa359d222f027584278346fc0984069 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickcheckdelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickcheckdelegate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickcheckdelegate.cpp b/src/quicktemplates2/qquickcheckdelegate.cpp
index a6dcd348..883a4df4 100644
--- a/src/quicktemplates2/qquickcheckdelegate.cpp
+++ b/src/quicktemplates2/qquickcheckdelegate.cpp
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
\qmltype CheckDelegate
\inherits ItemDelegate
\instantiates QQuickCheckDelegate
- \inqmlmodule Qt.labs.controls
+ \inqmlmodule QtQuick.Controls
\ingroup qtquickcontrols2-delegates
\brief An item delegate that can be checked or unchecked.
@@ -100,7 +100,7 @@ QQuickCheckDelegate::QQuickCheckDelegate(QQuickItem *parent) :
}
/*!
- \qmlproperty bool Qt.labs.controls::CheckDelegate::tristate
+ \qmlproperty bool QtQuick.Controls::CheckDelegate::tristate
This property determines whether the check delegate has three states.
@@ -123,7 +123,7 @@ void QQuickCheckDelegate::setTristate(bool tristate)
}
/*!
- \qmlproperty enumeration Qt.labs.controls::CheckDelegate::checkState
+ \qmlproperty enumeration QtQuick.Controls::CheckDelegate::checkState
This property determines the check state of the check delegate.