Add graphs generated from journey data
[harbour-pedalo.git] / src / statsweekdaycongestion.h
diff --git a/src/statsweekdaycongestion.h b/src/statsweekdaycongestion.h
new file mode 100644 (file)
index 0000000..2b0dda2
--- /dev/null
@@ -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