summaryrefslogtreecommitdiff
path: root/qmlplugin/stepsDataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--qmlplugin/stepsDataLoader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmlplugin/stepsDataLoader.h b/qmlplugin/stepsDataLoader.h
index f29dcb2..48a3861 100644
--- a/qmlplugin/stepsDataLoader.h
+++ b/qmlplugin/stepsDataLoader.h
@@ -26,8 +26,8 @@ public:
explicit StepsDataLoader();
Q_INVOKABLE int getTotalForDate(QDate date);
Q_INVOKABLE int getTodayTotal();
- Q_INVOKABLE QList<QPointF> getDataForDate(QDate date);
- Q_INVOKABLE QList<QPointF> getTodayData();
+ Q_INVOKABLE QVariant getDataForDate(QDate date);
+ Q_INVOKABLE QVariant getTodayData();
Q_INVOKABLE void triggerDaemonRecording();
signals: