summaryrefslogtreecommitdiff
path: root/src/controls/Calendar.qml
diff options
context:
space:
mode:
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.
*/