2b0dda2e93580a0a7a5b7968eb43fd94c3360f71
[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