X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=src%2Fstatsweekdaycongestion.h;fp=src%2Fstatsweekdaycongestion.h;h=2b0dda2e93580a0a7a5b7968eb43fd94c3360f71;hp=0000000000000000000000000000000000000000;hb=dc14479d561196e19417c4ecf78e847ec4b43b7c;hpb=76b5f460f9a5052571d730918b2ee778753f4c59 diff --git a/src/statsweekdaycongestion.h b/src/statsweekdaycongestion.h new file mode 100644 index 0000000..2b0dda2 --- /dev/null +++ b/src/statsweekdaycongestion.h @@ -0,0 +1,19 @@ +#ifndef STATSWEEKDAYCONGESTION_H +#define STATSWEEKDAYCONGESTION_H + +#include "journeymodel.h" + +#include "stats.h" + +class StatsWeekdayCongestion : public Stats +{ +public: + StatsWeekdayCongestion(JourneyModel * journeys); + + void update(); + +private: + JourneyModel * journeys; +}; + +#endif // STATSWEEKDAYCONGESTION_H