summaryrefslogtreecommitdiff
path: root/qmlplugin/stepsDataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--qmlplugin/stepsDataLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmlplugin/stepsDataLoader.h b/qmlplugin/stepsDataLoader.h
index 7be8bfc..4937ee9 100644
--- a/qmlplugin/stepsDataLoader.h
+++ b/qmlplugin/stepsDataLoader.h
@@ -19,6 +19,7 @@ class StepsDataLoader : public QObject
public:
explicit StepsDataLoader();
+ Q_INVOKABLE int getDataForDate(QDate date);
Q_INVOKABLE int getTodayData();
};
QString fileNameForDate(QDate date, QString prefix);