aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/controlbarwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/controlbarwidget.h')
-rw-r--r--HomeScreen/src/controlbarwidget.h3
1 files changed, 3 insertions, 0 deletions
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 <QWidget>
+#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