Added new graphs
[harbour-pedalo.git] / src / statshourcongestion.h
diff --git a/src/statshourcongestion.h b/src/statshourcongestion.h
new file mode 100644 (file)
index 0000000..ce64257
--- /dev/null
@@ -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