summaryrefslogtreecommitdiff
path: root/qmlplugin/weightDataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmlplugin/weightDataLoader.h')
-rw-r--r--qmlplugin/weightDataLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmlplugin/weightDataLoader.h b/qmlplugin/weightDataLoader.h
index 63067f4..606f066 100644
--- a/qmlplugin/weightDataLoader.h
+++ b/qmlplugin/weightDataLoader.h
@@ -25,6 +25,7 @@ public:
Q_INVOKABLE QVariant getDataForDate(QDate date);
Q_INVOKABLE QVariant getTodayData();
Q_INVOKABLE void triggerDaemonRecording();
+ Q_INVOKABLE void addDataPoint(qreal value);
private:
QDBusInterface *m_iface;
};