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