From 523542d5241392ac258b02271f20c0be310cd1e5 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 21 Apr 2016 16:56:59 +0200 Subject: Doc: rename Qt.labs.controls 1.0 to QtQuick.Controls 2.0 Change-Id: Id6c476424fa359d222f027584278346fc0984069 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi --- src/quicktemplates2/qquickswitchdelegate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/quicktemplates2/qquickswitchdelegate.cpp') diff --git a/src/quicktemplates2/qquickswitchdelegate.cpp b/src/quicktemplates2/qquickswitchdelegate.cpp index 3975fe13..2a5c0f8c 100644 --- a/src/quicktemplates2/qquickswitchdelegate.cpp +++ b/src/quicktemplates2/qquickswitchdelegate.cpp @@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE \qmltype SwitchDelegate \inherits ItemDelegate \instantiates QQuickSwitchDelegate - \inqmlmodule Qt.labs.controls + \inqmlmodule QtQuick.Controls \ingroup qtquickcontrols2-delegates \brief An item delegate that can be toggled on or off. @@ -111,7 +111,7 @@ QQuickSwitchDelegate::QQuickSwitchDelegate(QQuickItem *parent) : } /*! - \qmlproperty real Qt.labs.controls::SwitchDelegate::position + \qmlproperty real QtQuick.Controls::SwitchDelegate::position \readonly \input includes/qquickswitch.qdocinc position @@ -135,7 +135,7 @@ void QQuickSwitchDelegate::setPosition(qreal position) } /*! - \qmlproperty real Qt.labs.controls::SwitchDelegate::visualPosition + \qmlproperty real QtQuick.Controls::SwitchDelegate::visualPosition \readonly \input includes/qquickswitch.qdocinc visualPosition -- cgit v1.2.3