summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/calendar.h')
-rw-r--r--tests/manual/qlocale/calendar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qlocale/calendar.h b/tests/manual/qlocale/calendar.h
index aee73ef82a..6a72a4e2d2 100644
--- a/tests/manual/qlocale/calendar.h
+++ b/tests/manual/qlocale/calendar.h
@@ -55,8 +55,8 @@ private slots:
void horizontalHeaderChanged(int index);
void verticalHeaderChanged(int index);
void selectedDateChanged();
- void minimumDateChanged(const QDate &date);
- void maximumDateChanged(const QDate &date);
+ void minimumDateChanged(QDate date);
+ void maximumDateChanged(QDate date);
void updateWeekendDays();
void weekdayFormatChanged();
void weekendFormatChanged();