From 545127df8170e7cd597880358b04394afca1f88b Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 28 May 2019 19:39:56 +0900 Subject: [PATCH] remove bluetooth for build error --- homescreen/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.16.6