summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-08-04 11:02:33 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-08-04 10:22:13 +0000
commitbffd5b272fb23aee687c1a830bf2f4d9b095c0fe (patch)
tree0cec00215e2dcf3d01a7c63956d5828019ad21bc
parent27390b35746f3f5390e26471f99d31762a1ad548 (diff)
downloadqtquickcontrols-bffd5b272fb23aee687c1a830bf2f4d9b095c0fe.tar.gz
Doc: Fix TumblerColumn::currentIndex property documentation
QDoc gets confused if 'readonly' is mentioned as one of the parameters to \qmlproperty. The read-only qualifier is already detected from the property declaration, so we don't have to mention it twice. Change-Id: I14834aeca5aac99ea55ca9eacbff2bef8c0ee5f1 Task-number: QTBUG-47576 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/extras/TumblerColumn.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/TumblerColumn.qml b/src/extras/TumblerColumn.qml
index cef4a592..9c505830 100644
--- a/src/extras/TumblerColumn.qml
+++ b/src/extras/TumblerColumn.qml
@@ -89,7 +89,7 @@ QtObject {
Accessible.role: Accessible.ColumnHeader
/*!
- \qmlproperty readonly int TumblerColumn::currentIndex
+ \qmlproperty int TumblerColumn::currentIndex
This read-only property holds the index of the current item for this
column. If the model count is reduced, the current index will be