X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=src%2Fstatus.h;h=58db7266bbe43a3b4314a36bc2fd72b30df8f46b;hp=8b6b6659cde0813e47e826fb91fd4bb8cce9d553;hb=54ab3ebfadf8cb258561a4641249da8c6469dc0f;hpb=5fc520bad80dccf9bf2e0f16552c9f2605417067 diff --git a/src/status.h b/src/status.h index 8b6b665..58db726 100644 --- a/src/status.h +++ b/src/status.h @@ -27,6 +27,7 @@ public: Q_INVOKABLE static QString getFormattedTime(quint64 seconds, int min, int max); + Q_INVOKABLE QList getGraphData(); signals: void cyclingChanged(bool cycling); void startTimeChanged(quint64 startTime);