summaryrefslogtreecommitdiff
path: root/src/controls/TableViewColumn.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-16 15:12:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-19 17:37:18 +0200
commit060369a8ce15d0b9bf111e36c7ea1668b0525d4b (patch)
tree207f5473efc4eaf359146c95195529a61131dc71 /src/controls/TableViewColumn.qml
parent5483ccd3547dcb3edbe4c50d70e6921ee5c5cb7a (diff)
downloadqtquickcontrols-060369a8ce15d0b9bf111e36c7ea1668b0525d4b.tar.gz
Docs: add missing \since 1.1 commands to new properties
Change-Id: Iee1ec3cdc9262094125cd6358335e058cb12055f Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/TableViewColumn.qml')
-rw-r--r--src/controls/TableViewColumn.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index 61e9fd5e..f2e16ac0 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -68,7 +68,8 @@ QtObject {
/*! The visible status of the column. */
property bool visible: true
- /*! Determines if the column should be resizable. */
+ /*! Determines if the column should be resizable.
+ \since QtQuick.Controls 1.1 */
property bool resizable: true
/*! \qmlproperty enumeration TableViewColumn::elideMode