summaryrefslogtreecommitdiff
path: root/src/controls/qquickexclusivegroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickexclusivegroup.cpp')
-rw-r--r--src/controls/qquickexclusivegroup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/controls/qquickexclusivegroup.cpp b/src/controls/qquickexclusivegroup.cpp
index 14f17585..c613e943 100644
--- a/src/controls/qquickexclusivegroup.cpp
+++ b/src/controls/qquickexclusivegroup.cpp
@@ -158,9 +158,9 @@ static bool isChecked(const QObject *o)
/*!
\qmlmethod void ExclusiveGroup::bindCheckable(object)
- Register \c object to the exclusive group.
+ Registers \a object to the exclusive group.
- You should only need to call this function when creating a component you want to be compatible with \c ExclusiveGroup.
+ You should only need to call this function when creating a component you want to be compatible with ExclusiveGroup.
\sa ExclusiveGroup::unbindCheckable()
*/
@@ -168,9 +168,9 @@ static bool isChecked(const QObject *o)
/*!
\qmlmethod void ExclusiveGroup::unbindCheckable(object)
- Unregister \c object from the exclusive group.
+ Unregisters \a object from the exclusive group.
- You should only need to call this function when creating a component you want to be compatible with \c ExclusiveGroup.
+ You should only need to call this function when creating a component you want to be compatible with ExclusiveGroup.
\sa ExclusiveGroup::bindCheckable()
*/