aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickdial.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/qquickdial.cpp
parent15579da15891a3d16ee9f4cd3cf64e6c723920d2 (diff)
Docs: add missing \readonly tags
Change-Id: I314514bca07f9b23ac821d68ba8f3ce05341f1d9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickdial.cpp')
-rw-r--r--src/templates/qquickdial.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/qquickdial.cpp b/src/templates/qquickdial.cpp
index 830decb0..8d6e655a 100644
--- a/src/templates/qquickdial.cpp
+++ b/src/templates/qquickdial.cpp
@@ -254,6 +254,7 @@ void QQuickDial::setValue(qreal value)
/*!
\qmlproperty real Qt.labs.controls::Dial::position
+ \readonly
This property holds the logical position of the handle.
@@ -271,7 +272,8 @@ qreal QQuickDial::position() const
}
/*!
- \qmlproperty real Qt.labs.controls::Dial::angle \readonly
+ \qmlproperty real Qt.labs.controls::Dial::angle
+ \readonly
This property holds the angle of the handle.