summaryrefslogtreecommitdiff
path: root/src/controls/Calendar.qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-11-21 11:31:26 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-11-21 11:31:26 +0100
commitd689f7297ff4de09c0dbb167b7bfc90230034e6a (patch)
treeff7811ed0d5560e7cd5a1788bf0c9fa43133aff5 /src/controls/Calendar.qml
parent801cc2795bf07edc5e11ba6a012f55a6fa02055b (diff)
parent5d76ced033cf1b2a1466a1b1b2a3a4f1102fab3f (diff)
downloadqtquickcontrols-d689f7297ff4de09c0dbb167b7bfc90230034e6a.tar.gz
Merge 5.14 into 5.14.0
Change-Id: Ib75e2e1d50e88c7e22a5bba34159c4e1af35ccbc
Diffstat (limited to 'src/controls/Calendar.qml')
-rw-r--r--src/controls/Calendar.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml
index 3a225744..bf3d6737 100644
--- a/src/controls/Calendar.qml
+++ b/src/controls/Calendar.qml
@@ -244,7 +244,7 @@ Control {
Emitted when the mouse hovers over a valid date in the calendar.
- \a date is the date that was hovered over.
+ \e date is the date that was hovered over.
The corresponding handler is \c onHovered.
*/
@@ -257,7 +257,7 @@ Control {
This is also emitted when dragging the mouse to another date while it is pressed.
- \a date is the date that the mouse was pressed on.
+ \e date is the date that the mouse was pressed on.
The corresponding handler is \c onPressed.
*/
@@ -268,7 +268,7 @@ Control {
Emitted when the mouse is released over a valid date in the calendar.
- \a date is the date that the mouse was released over.
+ \e date is the date that the mouse was released over.
The corresponding handler is \c onReleased.
*/
@@ -279,7 +279,7 @@ Control {
Emitted when the mouse is clicked on a valid date in the calendar.
- \a date is the date that the mouse was clicked on.
+ \e date is the date that the mouse was clicked on.
The corresponding handler is \c onClicked.
*/
@@ -290,7 +290,7 @@ Control {
Emitted when the mouse is double-clicked on a valid date in the calendar.
- \a date is the date that the mouse was double-clicked on.
+ \e date is the date that the mouse was double-clicked on.
The corresponding handler is \c onDoubleClicked.
*/
@@ -302,7 +302,7 @@ Control {
Emitted when the mouse is pressed and held on a valid date in the calendar.
- \a date is the date that the mouse was pressed on.
+ \e date is the date that the mouse was pressed on.
The corresponding handler is \c onPressAndHold.
*/