diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-10 18:23:23 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-21 15:53:57 -0800 |
commit | f679e8238131daa18a23efe232710730ba27ea67 (patch) | |
tree | e69947d07de68a6d1705962910c6590734694bf2 /app/qcheapruler.cpp | |
parent | c4e175498fd57d3a8f571eb2b20575aed4a3ca2a (diff) |
tbtnavi: remove dbus navicore client
In order to use new agl-service-navigation the current navicore
DBus client needs to be removed.
Bug-AGL: SPEC-2880
Change-Id: I4c6eef6c44ec55aa1fd2fc6b73c2cf3aa7fbd51e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/qcheapruler.cpp')
-rw-r--r-- | app/qcheapruler.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/qcheapruler.cpp b/app/qcheapruler.cpp index 890fd63..0744dab 100644 --- a/app/qcheapruler.cpp +++ b/app/qcheapruler.cpp @@ -1,5 +1,4 @@ #include "qcheapruler.hpp" -#include "naviapi_adaptor.h" #include <QString> @@ -98,12 +97,7 @@ void QCheapRuler::setPath(const QJSValue &value) //init the route and postion info when start in the first time.(can be called by qml) void QCheapRuler::initRouteInfo() { - //send "getRouteInfo" message to the navigation service - QDBusMessage message = QDBusMessage::createSignal("/", "org.agl.naviapi", "getRouteInfo"); - if(!QDBusConnection::sessionBus().send(message)) - { - qDebug() << "initRouteInfo" << "sessionBus.send(): getRouteInfo failed"; - } + // TODO: this may be needed to get initial route info } //init the CheapRuler class |