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 8da65791f8..2a738fc7dd 100644
--- a/src/plugins/accessible/widgets/complexwidgets.cpp
+++ b/src/plugins/accessible/widgets/complexwidgets.cpp
@@ -211,7 +211,7 @@ QString QAccessibleTabBar::text(QAccessible::Text t) const
to and including the item with index \a child. Returns true if a
selection was made or extended; otherwise returns false.
- \sa selection() clearSelection()
+ \sa selection(), clearSelection()
*/
bool QAccessibleTabBar::setSelected(int child, bool on, bool extend)
{
@@ -228,7 +228,7 @@ bool QAccessibleTabBar::setSelected(int child, bool on, bool extend)
Returns a (possibly empty) list of indexes of the items selected
in the list box.
- \sa setSelected() clearSelection()
+ \sa setSelected(), clearSelection()
*/
QVector<int> QAccessibleTabBar::selection() const
{