aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickcheckdelegate.cpp2
-rw-r--r--src/quicktemplates2/qquickradiodelegate.cpp2
-rw-r--r--src/quicktemplates2/qquickswitchdelegate.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickcheckdelegate.cpp b/src/quicktemplates2/qquickcheckdelegate.cpp
index 2a08e702..a6dcd348 100644
--- a/src/quicktemplates2/qquickcheckdelegate.cpp
+++ b/src/quicktemplates2/qquickcheckdelegate.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\inherits ItemDelegate
\instantiates QQuickCheckDelegate
\inqmlmodule Qt.labs.controls
- \ingroup qtlabscontrols-delegates
+ \ingroup qtquickcontrols2-delegates
\brief An item delegate that can be checked or unchecked.
\image qtquickcontrols2-checkdelegate.gif
diff --git a/src/quicktemplates2/qquickradiodelegate.cpp b/src/quicktemplates2/qquickradiodelegate.cpp
index aff57491..6c0a45dd 100644
--- a/src/quicktemplates2/qquickradiodelegate.cpp
+++ b/src/quicktemplates2/qquickradiodelegate.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\inherits ItemDelegate
\instantiates QQuickRadioDelegate
\inqmlmodule Qt.labs.controls
- \ingroup qtlabscontrols-delegates
+ \ingroup qtquickcontrols2-delegates
\brief An item delegate that can be checked or unchecked.
\image qtquickcontrols2-radiodelegate.gif
diff --git a/src/quicktemplates2/qquickswitchdelegate.cpp b/src/quicktemplates2/qquickswitchdelegate.cpp
index 286d253b..3975fe13 100644
--- a/src/quicktemplates2/qquickswitchdelegate.cpp
+++ b/src/quicktemplates2/qquickswitchdelegate.cpp
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
\inherits ItemDelegate
\instantiates QQuickSwitchDelegate
\inqmlmodule Qt.labs.controls
- \ingroup qtlabscontrols-delegates
+ \ingroup qtquickcontrols2-delegates
\brief An item delegate that can be toggled on or off.
\image qtquickcontrols2-switchdelegate.gif