aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/statusbarserver.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-01 11:02:10 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-01 11:02:10 +0900
commit6fdb6e342ed2d0ed1a7b07d2c7c7bc20433174b5 (patch)
treeacd0cd642475d97b850ce53a0e018fccd894c089 /homescreen/src/statusbarserver.h
parenta8b94699ae7ec155729fcccda2be4f22328ca790 (diff)
Change bluetooth status using agl-service-bluetoothsandbox/zheng_wenlong/bluetooth
Use libqtappfw's bluetooth to connection with agl-service-bluetooth. Instead of using dbus. 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);