summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-08-22 17:55:47 +0200
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-06 10:24:18 +0000
commitb0e16bdd187848df082c7d895f2ca5e78b6f6738 (patch)
treedfd65ec9e60415e92b8eaf19ab8c7ec85fd219a1
parentc2356328f88b044c8956fe7860c4c04fca4f2c30 (diff)
downloadqtquickcontrols-b0e16bdd187848df082c7d895f2ca5e78b6f6738.tar.gz
qtquickcontrols-tableview.qdoc: unify wording of documentation
This way it fits better to the other entries. Change-Id: I099ceaec4ecf80d267cb431815d63597e004fef1 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-rw-r--r--src/controls/doc/src/qtquickcontrols-tableview.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-tableview.qdoc b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
index 92efcff7..b5fc4e05 100644
--- a/src/controls/doc/src/qtquickcontrols-tableview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
@@ -223,8 +223,8 @@
\list
\li function \b clear() - deselects all rows
\li function \b selectAll() - selects all rows
- \li function \b select(from, to) - select a range
- \li function \b deselect(from, to) - de-selects a range
+ \li function \b select(from, to) - selects a range
+ \li function \b deselect(from, to) - deselects 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