X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmainwindow.h;h=28471a0534ad23c33952710fb46f4f3d12d46df6;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hp=d94546af1958130150c4e5ee9a7ae6b056658f4e;hpb=5a040cf1e77872dd567f6ffba50ed79fc27d5822;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h index d94546a..28471a0 100644 --- a/HomeScreen/src/mainwindow.h +++ b/HomeScreen/src/mainwindow.h @@ -19,6 +19,7 @@ #include #include "daynightmode_proxy.h" +#include "proximity_adaptor.h" #include "homescreencontrolinterface.h" @@ -47,6 +48,9 @@ public: public Q_SLOTS: void dayNightModeSlot(int mode); +// from proximity_adaptor.h +public Q_SLOTS: + void setObjectDetected(bool detected); public slots: void updateColorScheme(); @@ -71,6 +75,8 @@ private: org::agl::daynightmode *mp_dBusDayNightModeProxy; + ProximityAdaptor *mp_proximityAdaptor; + HomeScreenControlInterface *mp_homeScreenControlInterface; };