Add graph to stats page; update Rules
[harbour-pedalo.git] / src / status.h
index 8b6b665..58db726 100644 (file)
@@ -27,6 +27,7 @@ public:
 
     Q_INVOKABLE static QString getFormattedTime(quint64 seconds, int min, int max);
 
+    Q_INVOKABLE QList<float> getGraphData();
 signals:
     void cyclingChanged(bool cycling);
     void startTimeChanged(quint64 startTime);