Display overall statistics
[harbour-pedalo.git] / src / journeymodel.cpp
index 5b7b5da..1dc7d58 100644 (file)
@@ -122,3 +122,7 @@ QDateTime JourneyModel::epochToDateTime(quint64 epoch) {
     date.setMSecsSinceEpoch(epoch);
     return date;
 }
     date.setMSecsSinceEpoch(epoch);
     return date;
 }
+
+QList<Journey> const & JourneyModel::getData() const {
+    return journeys;
+}