From f6845c203f00c90018c9d29579f890ea89dd2579 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 11 Jun 2014 13:12:00 +0200 Subject: 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 --- src/controls/Styles/Base/CalendarStyle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1