summaryrefslogtreecommitdiffstats
path: root/src/plugins/accessible/widgets/complexwidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/accessible/widgets/complexwidgets.cpp')
-rw-r--r--src/plugins/accessible/widgets/complexwidgets.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/accessible/widgets/complexwidgets.cpp b/src/plugins/accessible/widgets/complexwidgets.cpp
index 9988e73da1..c0d62ccc16 100644
--- a/src/plugins/accessible/widgets/complexwidgets.cpp
+++ b/src/plugins/accessible/widgets/complexwidgets.cpp
@@ -226,8 +226,8 @@ QString QAccessibleTabBar::text(QAccessible::Text t) const
unselects it. If \a extend is true and the selection mode is not
\c Single and there is an existing selection, the selection is
extended to include all the items from the existing selection up
- to and including the item with index \a child. Returns true if a
- selection was made or extended; otherwise returns false.
+ to and including the item with index \a child. Returns \c true if a
+ selection was made or extended; otherwise returns \c false.
\sa selection(), clearSelection()
*/