Add graphs generated from journey data
[harbour-pedalo.git] / src / statsweekdaycongestion.h
1 #ifndef STATSWEEKDAYCONGESTION_H
2 #define STATSWEEKDAYCONGESTION_H
3
4 #include "journeymodel.h"
5
6 #include "stats.h"
7
8 class StatsWeekdayCongestion : public Stats
9 {
10 public:
11 StatsWeekdayCongestion(JourneyModel * journeys);
12
13 void update();
14
15 private:
16 JourneyModel * journeys;
17 };
18
19 #endif // STATSWEEKDAYCONGESTION_H