Added new graphs
[harbour-pedalo.git] / src / statshourcongestion.h
1 #ifndef STATSHOURCONGESTION_H
2 #define STATSHOURCONGESTION_H
3
4 #include "journeymodel.h"
5 #include "stats.h"
6
7 class StatsHourCongestion : public Stats
8 {
9 public:
10 StatsHourCongestion(JourneyModel * journeys);
11
12 void update();
13
14 private:
15 JourneyModel * journeys;
16 };
17
18 #endif // STATSHOURCONGESTION_H