aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-28 19:39:56 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-28 19:39:56 +0900
commit545127df8170e7cd597880358b04394afca1f88b (patch)
treed44b0163b7500b1c76da2c19eadc99e0dc1c774f
parente7ab450f4827c66dbcb67f49317c045512e22789 (diff)
remove bluetooth for build error
-rw-r--r--homescreen/src/main.cpp4
1 files 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 <QThread>
#include <weather.h>
-#include <bluetooth.h>
+//#include <bluetooth.h>
#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();