summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-11 13:12:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-11 15:12:43 +0200
commitf6845c203f00c90018c9d29579f890ea89dd2579 (patch)
tree4f6f3a003678fb06abf3affecac3479c9388a0d9
parent7d78cce7b32d3ec6d1f42333a44f3b52805f4da0 (diff)
downloadqtquickcontrols-f6845c203f00c90018c9d29579f890ea89dd2579.tar.gz
Fix CalendarStyle::control as read-only
This should never be set by the user, and marking it explicitly as read-only makes it also appear read-only in the docs. Change-Id: I9b66a62d2989446396e4c3ceb81d2ee8575d7a03 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--src/controls/Styles/Base/CalendarStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/CalendarStyle.qml b/src/controls/Styles/Base/CalendarStyle.qml
index 42cee471..db007812 100644
--- a/src/controls/Styles/Base/CalendarStyle.qml
+++ b/src/controls/Styles/Base/CalendarStyle.qml
@@ -127,7 +127,7 @@ Style {
/*!
The Calendar attached to this style.
*/
- property Calendar control: __control
+ readonly property Calendar control: __control
/*!
The color of the grid lines.