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