Upload configuration file

This commit is contained in:
Gunnar Skjold
2022-02-05 21:44:28 +01:00
parent 4f7bd0436a
commit 4cfd274e52
7 changed files with 242 additions and 163 deletions

View File

@@ -34,7 +34,9 @@ public:
bool save();
DayDataPoints getDayData();
bool setDayData(DayDataPoints&);
MonthDataPoints getMonthData();
bool setMonthData(MonthDataPoints&);
private:
Timezone* tz;