Display overall statistics
[harbour-pedalo.git] / src / journeymodel.h
index 910821c..ded0184 100644 (file)
@@ -39,6 +39,8 @@ public:
     Q_INVOKABLE static QDate epochToDate(quint64 epoch);
     Q_INVOKABLE static QTime epochToTime(quint64 epoch);
     Q_INVOKABLE static QDateTime epochToDateTime(quint64 epoch);
+
+    QList<Journey> const & getData() const;
 signals:
     // General signals
     void journeysChanged();