aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/statusbarserver.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-01 11:09:38 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-01 11:09:38 +0900
commit4d66f9362b74500b1ceb1850c156cd7aeaf60fc6 (patch)
tree574d84cb4d3477eb7623b1259c04b8b8d506a193 /homescreen/src/statusbarserver.h
parent7a78d97346aad35b1ad023fe8d3a369e45b61ee8 (diff)
Change bluetooth status using agl-service-bluetooth
Use libqtappfw's bluetooth to connection with agl-service-bluetooth. Instead of using dbus. Change-Id: Ib0de7cf81ee9e582995a1e4102f8c3b297694328 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'homescreen/src/statusbarserver.h')
-rw-r--r--homescreen/src/statusbarserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/homescreen/src/statusbarserver.h b/homescreen/src/statusbarserver.h
index a5b89e5..dabf6d3 100644
--- a/homescreen/src/statusbarserver.h
+++ b/homescreen/src/statusbarserver.h
@@ -24,6 +24,9 @@ class StatusBarServer : public QObject
Q_OBJECT
public:
enum {
+ StatusWifi = 0,
+ StatusBluetooth = 1,
+ StatusCellular = 2,
SupportedCount = 3,
};
explicit StatusBarServer(QObject *parent = NULL);