From: zheng_wenlong Date: Tue, 28 May 2019 10:39:56 +0000 (+0900) Subject: remove bluetooth for build error X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=545127df8170e7cd597880358b04394afca1f88b;p=apps%2Fhomescreen.git remove bluetooth for build error --- diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 6479cd9..1f423c7 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -25,7 +25,7 @@ #include #include -#include +//#include #include "applicationlauncher.h" #include "statusbarmodel.h" #include "afm_user_daemon_proxy.h" @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("touchArea", touchArea); engine.rootContext()->setContextProperty("launcher", launcher); engine.rootContext()->setContextProperty("weather", new Weather(bindingAddress)); - engine.rootContext()->setContextProperty("bluetooth", new Bluetooth(bindingAddress)); +// engine.rootContext()->setContextProperty("bluetooth", new Bluetooth(bindingAddress)); engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); QObject *root = engine.rootObjects().first();