diff options
author | Arseniy-Movshev <dodoradio@outlook.com> | 2023-07-02 12:59:26 +0100 |
---|---|---|
committer | Arseniy-Movshev <dodoradio@outlook.com> | 2023-07-02 12:59:26 +0100 |
commit | ac674c969d2e6dec677f64571f73a15216630171 (patch) | |
tree | 0c3a74bd1b284f76f042032be89f4bd6b02484aa /qmlplugin/CMakeLists.txt | |
parent | 162c92bc3b3a7dbe3d1484f7efc812aa36b23bcb (diff) |
Add a weight data accessor
this doesn't have a sensor associated with it, as it's meant to be logged manually through UI - but we're still using the same model as the other data sources
Diffstat (limited to '')
-rw-r--r-- | qmlplugin/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qmlplugin/CMakeLists.txt b/qmlplugin/CMakeLists.txt index 8149e49..7fe0ac9 100644 --- a/qmlplugin/CMakeLists.txt +++ b/qmlplugin/CMakeLists.txt @@ -6,6 +6,8 @@ add_library( stepsDataLoader.h hrDataLoader.cpp hrDataLoader.h + weightDataLoader.cpp + weightDataLoader.h loggerSettings.cpp loggerSettings.h ../common.cpp |