From cfffcd7d13fed20b666cad020d5501d80fa8d8b1 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sat, 10 Jun 2023 21:35:13 +0100 Subject: Add graph here --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6683ae7..48fa468 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,9 +15,13 @@ * along with this program. If not, see . */ +#include #include +#include "cpp/hrGraph.h" + int main(int argc, char *argv[]) { + qmlRegisterType("org.asteroid.health", 1, 0, "HeartrateGraph"); return AsteroidApp::main(argc, argv); } -- cgit v1.2.3-54-g00ecf