summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/controls/doc/src/qtquickcontrols-tableview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-tableview.qdoc b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
index 15b99c18..c2c015e1 100644
--- a/src/controls/doc/src/qtquickcontrols-tableview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
@@ -223,7 +223,7 @@
\li function \b clear() - deselects all rows
\li function \b selectAll() - selects all rows
\li function \b select(from, to) - select a range
- \li functton \b deselect(from, to) - de-selects a range
+ \li function \b deselect(from, to) - de-selects a range
\li function \b forEach(callback) - iterates over all selected rows
\li function \b contains(index) - checks whether the selection includes the given index
\li signal \b selectionChanged() - the current row selection changed