From 2f812cb95986ccdd2b1c1bc857c2cff6de822a9c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 20 Dec 2018 18:03:51 -0800 Subject: 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 --- app/app.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/app.pro') 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 -- cgit 1.2.3-korg