aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/statusbarserver.h
diff options
context:
space:
mode:
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);