Add graphs showing journeys/durations over last year
[harbour-pedalo.git] / src / statsyearduration.h
1 #ifndef STATSYEARDURATION_H
2 #define STATSYEARDURATION_H
3
4 #include "journeymodel.h"
5 #include "stats.h"
6
7 class StatsYearDuration : public Stats
8 {
9 public:
10 StatsYearDuration(JourneyModel * journeys);
11
12 void update();
13
14 private:
15 JourneyModel * journeys;
16 };
17
18 #endif // STATSYEARDURATION_H