aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktumbler.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 23:32:48 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:38:53 +0000
commit43dc9a28aaae9f3b867a07719b415dfb8b26eaeb (patch)
tree66b76e3a4b61dc38c937b580b746250aff3cb1a2 /src/templates/qquicktumbler.cpp
parent15579da15891a3d16ee9f4cd3cf64e6c723920d2 (diff)
Docs: add missing \readonly tags
Change-Id: I314514bca07f9b23ac821d68ba8f3ce05341f1d9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquicktumbler.cpp')
-rw-r--r--src/templates/qquicktumbler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/qquicktumbler.cpp b/src/templates/qquicktumbler.cpp
index 3818910a..c5b3f676 100644
--- a/src/templates/qquicktumbler.cpp
+++ b/src/templates/qquicktumbler.cpp
@@ -219,6 +219,7 @@ void QQuickTumbler::setModel(const QVariant &model)
/*!
\qmlproperty int Qt.labs.controls::Tumbler::count
+ \readonly
This property holds the number of items in the model.
*/
@@ -247,6 +248,7 @@ void QQuickTumbler::setCurrentIndex(int currentIndex)
/*!
\qmlproperty Item Qt.labs.controls::Tumbler::currentItem
+ \readonly
This property holds the item at the current index.
*/