summaryrefslogtreecommitdiff
path: root/src/hmi/hmi-launcher/main.cpp
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-07-11 15:40:06 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-07-11 15:40:06 +0200
commitde34197e53425b1a12da795ba8e4dd4506687d7d (patch)
tree0d6add3bab36cbe92de694178335acba467d243a /src/hmi/hmi-launcher/main.cpp
parent3dde4c5e526d4ebc2a72e700b005b20c778f8d44 (diff)
downloadnavigation-de34197e53425b1a12da795ba8e4dd4506687d7d.tar.gz
Add DLT to HMI and do some code clean up
Diffstat (limited to 'src/hmi/hmi-launcher/main.cpp')
-rw-r--r--src/hmi/hmi-launcher/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hmi/hmi-launcher/main.cpp b/src/hmi/hmi-launcher/main.cpp
index 6bc7e73..38dadf9 100644
--- a/src/hmi/hmi-launcher/main.cpp
+++ b/src/hmi/hmi-launcher/main.cpp
@@ -36,6 +36,7 @@
#include <QSurfaceFormat>
#include <QQmlContext>
#include "dbusif.h"
+#include "dltif.h"
#include "wheelarea.h"
#include "preference.h"
#include "settings.h"
@@ -48,6 +49,7 @@ int main(int argc, char ** argv)
qmlRegisterType<DBusIf>("lbs.plugin.dbusif", 1, 0, "DBusIf");
qmlRegisterType<Preference>("lbs.plugin.preference", 1,0, "Preference");
qmlRegisterType<WheelArea>("lbs.plugin.wheelarea", 1, 0, "WheelArea");
+ qmlRegisterType<DLTIf>("lbs.plugin.dltif", 1, 0, "DLTIf");
//get settings stored into the conf file (in $HOME/.config/navigation/fsa.conf)