aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2020-08-29 18:58:02 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2020-08-30 09:59:49 +0800
commit024ec9c564abfbe9aadd2193deeaa0d37464119a (patch)
tree7824246c940d8fae9bbe2a87ffc4ace055c67e6b /src/quick/items/qquicktableview.cpp
parent3cf3434c1a898c834b2f0f6182068bbf8a95b9bc (diff)
Doc: Fix minor typos
Pick-to: 5.15 Change-Id: I4c51c40697e410d56b6a2d2446ed9f8ae218576d Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/quick/items/qquicktableview.cpp')
-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 29b279c8ef..0a1bfb9b08 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.