aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/mainwindow.h')
-rw-r--r--HomeScreen/src/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h
index cb2243e..d94546a 100644
--- a/HomeScreen/src/mainwindow.h
+++ b/HomeScreen/src/mainwindow.h
@@ -28,6 +28,8 @@
#include "applauncherwidget.h"
#include "popupwidget.h"
+#include "layouthandler.h"
+
namespace Ui {
class MainWindow;
@@ -53,8 +55,6 @@ protected:
// called when the translator loaded a new language set
void changeEvent(QEvent* event);
-private slots:
- void on_pushButton_clicked();
private:
Ui::MainWindow *mp_ui;
@@ -67,6 +67,8 @@ private:
AppLauncherWidget *mp_applauncherwidget;
PopupWidget *mp_popupWidget;
+ LayoutHandler *mp_layoutHandler;
+
org::agl::daynightmode *mp_dBusDayNightModeProxy;
HomeScreenControlInterface *mp_homeScreenControlInterface;