summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Krupenko <krnekit@gmail.com>2015-12-31 17:58:00 +0200
committerNikita Krupenko <krnekit@gmail.com>2015-12-31 17:31:27 +0000
commitc5b0e6ba917ad0e26f3350e8d8be8c188a8bc180 (patch)
tree30ac324f58dbf942f3e11d475f362cd7e830888c
parentf622e60c3d68bfe6eb2f73201fc4f451ab6c2dc7 (diff)
downloadqtquickcontrols-c5b0e6ba917ad0e26f3350e8d8be8c188a8bc180.tar.gz
Doc: fix a typo in TableView
Change-Id: Id7908e45b04358387bf0e3ffd418ea6842ff889d Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-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