diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-12-20 18:03:51 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-01 20:25:52 -0800 |
commit | 2f812cb95986ccdd2b1c1bc857c2cff6de822a9c (patch) | |
tree | 4d694ce5c279f2fa25e2a67f4d7794d3c8071537 /app/app.pro | |
parent | 1b5502aede7a033e3d9aea6a728010eefecfc6f1 (diff) |
settings: remove dbus outdated code and references
Bluetooth and WiFi status icons are set in the Homescreen now by
listening to respective binding events.
DBus calls to Homescreen to set status icons is no longer needed or
should be used by any new section.
Change-Id: Ia5b0bd828fd2a46d9ed20ec49d128540e354eb95
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index 23dce89..566d2b6 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,5 +1,5 @@ TARGET = settings -QT = quickcontrols2 websockets dbus +QT = quickcontrols2 websockets SOURCES = main.cpp @@ -12,7 +12,6 @@ RESOURCES += \ datetime/datetime.qrc \ wifi/wifi.qrc \ bluetooth/bluetooth.qrc \ - example/example.qrc \ version/version.qrc |