X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fcontrolbarwidget.h;h=89e505c846cc5a2f172caf009dcf122d730b34fc;hb=refs%2Fchanges%2F27%2F6327%2F1;hp=0ab382bdfc692209f5aeaf4c86b9c0624286324f;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/controlbarwidget.h b/HomeScreen/src/controlbarwidget.h index 0ab382b..89e505c 100644 --- a/HomeScreen/src/controlbarwidget.h +++ b/HomeScreen/src/controlbarwidget.h @@ -18,6 +18,7 @@ #define CONTROLBARWIDGET_H #include +#include "inputevent_proxy.h" namespace Ui { class ControlBarWidget; @@ -39,9 +40,11 @@ signals: private slots: void on_pushButton_Settings_clicked(); void on_pushButton_Home_clicked(); + void on_pushButton_Nav_clicked(); private: Ui::ControlBarWidget *mp_ui; + org::agl::inputevent *mp_dBusInputEventProxy; }; #endif // CONTROLBARWIDGET_H