summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-09-12 14:01:50 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-09-12 14:17:33 +0000
commit3aee127f969cabec0819d93d305d47afc4cf25d6 (patch)
tree8dac5a96f01fd4f3df6b69d3bd4439bfa8e970a5
parente61eceda62c661b50ed9210e95c0710f652ce9ec (diff)
downloadqtquickcontrols-3aee127f969cabec0819d93d305d47afc4cf25d6.tar.gz
Add missing period to TableViewColumn documentation
Change-Id: I625e7d3e4b5003105587769edb8fc68747ceac35 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/controls/TableViewColumn.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index 3f5a8468..6e253614 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -74,7 +74,7 @@ QtObject {
/*! The model \c role of the column. */
property string role
- /*! The current width of the column
+ /*! The current width of the column.
The default value depends on platform. If only one
column is defined, the width expands to the viewport.
*/