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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/qlocale/calendar.h b/tests/manual/qlocale/calendar.h
index 3ac39c3..b5bb3c9 100644
--- a/tests/manual/qlocale/calendar.h
+++ b/tests/manual/qlocale/calendar.h
@@ -59,12 +59,14 @@ private slots:
void selectedDateChanged();
void minimumDateChanged(const QDate &date);
void maximumDateChanged(const QDate &date);
+ void updateWeekendDays();
void weekdayFormatChanged();
void weekendFormatChanged();
void reformatHeaders();
void reformatCalendarPage();
private:
+ bool isWeekendDay(Qt::DayOfWeek);
void createPreviewGroupBox();
void createGeneralOptionsGroupBox();
void createDatesGroupBox();