X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fstatusbarserver.h;h=dabf6d35cfe9a668b5d39a6f3d75b81cb3aeb3cb;hb=4d66f9362b74500b1ceb1850c156cd7aeaf60fc6;hp=a5b89e565a6ee6218729239293f714600d71325a;hpb=7a78d97346aad35b1ad023fe8d3a369e45b61ee8;p=apps%2Fhomescreen.git 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);