aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/mainwindow.h
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-05 14:19:37 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-05 14:19:37 +0100
commit79714c0aa8fc461d77b75d6c5dae6a1a7d726954 (patch)
treebc992ec931be037280be7a0795e6a4a0d5c200d4 /HomeScreen/src/mainwindow.h
parent43c6b242b71a35a164b8e14a54c99f2bf667b37b (diff)
First integration of new HMI design
Using QML files and C++ integration from Qt's HomeScreenNG sample app. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreen/src/mainwindow.h')
-rw-r--r--HomeScreen/src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h
index 28471a0..0747e46 100644
--- a/HomeScreen/src/mainwindow.h
+++ b/HomeScreen/src/mainwindow.h
@@ -26,7 +26,7 @@
#include "statusbarwidget.h"
#include "controlbarwidget.h"
#include "settingswidget.h"
-#include "applauncherwidget.h"
+//#include "applauncher.h"
#include "popupwidget.h"
#include "layouthandler.h"
@@ -68,7 +68,7 @@ private:
ControlBarWidget *mp_controlBarWidget;
org::agl::daynightmode *mp_dBusDayNightMode_ControlBarWidget;
SettingsWidget *mp_settingsWidget;
- AppLauncherWidget *mp_applauncherwidget;
+ //AppLauncherWidget *mp_applauncherwidget;
PopupWidget *mp_popupWidget;
LayoutHandler *mp_layoutHandler;