aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2020-08-29 18:58:02 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-30 03:26:09 +0000
commitfce721c9224ad83898a2ddf8c4aa40b795dc6f77 (patch)
tree25f7c489a37ba8c050996181759198397c840643 /src/quick/items
parente42e7b39603296afb711b81b8214c0576617684b (diff)
Doc: Fix minor typos
Change-Id: I4c51c40697e410d56b6a2d2446ed9f8ae218576d Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> (cherry picked from commit 024ec9c564abfbe9aadd2193deeaa0d37464119a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquicktableview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktableview.cpp b/src/quick/items/qquicktableview.cpp
index 339d45cad8..89a1e1ce2a 100644
--- a/src/quick/items/qquicktableview.cpp
+++ b/src/quick/items/qquicktableview.cpp
@@ -205,7 +205,7 @@
\qmlproperty int QtQuick::TableView::columns
\readonly
- This property holds the number of rows in the table.
+ This property holds the number of columns in the table.
\note \a columns is usually equal to the number of columns in the model, but
can temporarily differ until all pending model changes have been processed.