aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/statusbarserver.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-08-01 11:24:08 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-08-01 11:24:08 +0000
commit761c15a8ab0c0b390e1cff84ad5d33d48b99ed98 (patch)
treeaa7d7d8605a6e3e7e9e0e27d54d6c58261b7cb50 /homescreen/src/statusbarserver.h
parent220d40ffb6339edd3bb14d29d32cabfa44293fc9 (diff)
parent564c3c80884c0e9064a19e31655fd80f92eb594a (diff)
Merge "Change bluetooth status using agl-service-bluetooth"
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);