aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcheckable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickcheckable.cpp')
-rw-r--r--src/templates/qquickcheckable.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/qquickcheckable.cpp b/src/templates/qquickcheckable.cpp
index faff0073..7465c901 100644
--- a/src/templates/qquickcheckable.cpp
+++ b/src/templates/qquickcheckable.cpp
@@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE
\qmltype Checkable
\inherits AbstractButton
\instantiates QQuickCheckable
- \inqmlmodule QtQuick.Controls
+ \inqmlmodule Qt.labs.controls
\qmlabstract
\internal
*/
@@ -64,7 +64,7 @@ QQuickCheckable::QQuickCheckable(QQuickCheckablePrivate &dd, QQuickItem *parent)
}
/*!
- \qmlproperty bool QtQuick.Controls::Checkable::checked
+ \qmlproperty bool Qt.labs.controls::Checkable::checked
This property holds whether the control is checked.
*/
@@ -97,7 +97,7 @@ void QQuickCheckable::setExclusive(bool exclusive)
}
/*!
- \qmlproperty Item QtQuick.Controls::Checkable::indicator
+ \qmlproperty Item Qt.labs.controls::Checkable::indicator
This property holds the indicator item.
*/
@@ -123,7 +123,7 @@ void QQuickCheckable::setIndicator(QQuickItem *indicator)
}
/*!
- \qmlmethod void QtQuick.Controls::Checkable::toggle()
+ \qmlmethod void Qt.labs.controls::Checkable::toggle()
Toggles the checked state of the control.
*/