X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=3b1855ce722570461f3b7734b5fe2450759a6b3d;hb=ec688535558c31989e7da221b858328b2e0766c8;hp=702a338974fe4227ca766f1540dff1b9eba968d1;hpb=c32114eb2ccbe142d73c06a5992544d6eacb97d0;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index 702a338..3b1855c 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -24,6 +24,7 @@ #include "statusbar_proxy.h" #include "popup_proxy.h" #include "proximity_proxy.h" +#include "homescreen_proxy.h" namespace Ui { class MainWindow; @@ -68,6 +69,7 @@ private: org::agl::statusbar *mp_dBusStatusBarProxy; org::agl::popup *mp_dBusPopupProxy; org::agl::proximity *mp_dBusProximityProxy; + org::agl::homescreen *mp_dBusHomeScreenProxy; }; #endif // MAINWINDOW_H