summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-02-03 15:50:32 +0100
committerMitch Curtis <mitch.curtis@digia.com>2014-02-03 15:51:27 +0100
commiteeb759df68f29cbc0b39103ffed50cbce7bcfc71 (patch)
treedfe22753996446077ea33bd2ffd71c0f3675a4fa
parent624f7a45ec1b0927f7394c3d67244494ef4353ba (diff)
downloadqtquickcontrols-eeb759df68f29cbc0b39103ffed50cbce7bcfc71.tar.gz
Correct Calendar's selectedDate documentation.
date => selectedDate Change-Id: I5a1ad4a1d47fd72c5b98b8f821f071343140aa43 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--src/controls/Calendar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml
index 58272d4e..b73ec9e5 100644
--- a/src/controls/Calendar.qml
+++ b/src/controls/Calendar.qml
@@ -76,7 +76,7 @@ Control {
implicitHeight: 250
/*!
- \qmlproperty date Calendar::date
+ \qmlproperty date Calendar::selectedDate
The date that can be set by the user.