diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 48fa468..57f1353 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,10 +18,10 @@ #include <QtQml> #include <asteroidapp.h> -#include "cpp/hrGraph.h" +#include "cpp/lineGraph.h" int main(int argc, char *argv[]) { - qmlRegisterType<HrGraph>("org.asteroid.health", 1, 0, "HeartrateGraph"); + qmlRegisterType<LineGraph>("org.asteroid.health", 1, 0, "LineGraph"); return AsteroidApp::main(argc, argv); } |