X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=581e4bef5159d88fb8edd47c3382a8e48c8e672e;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=ca368f0fdf31e71fe3a482c9f35ab84e46b0c333;hpb=d19555c038f6f1f89f08f12c88908d84b32b1bbf;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index ca368f0..581e4be 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ #include #include -#include "daynightmode_adapter.h" +#include "daynightmode_adaptor.h" #include "statusbar_proxy.h" #include "popup_proxy.h" @@ -63,11 +63,9 @@ private slots: void on_checkBox_ObjectDetected_clicked(); - void on_pushButton_ToggleFullScreen_clicked(); - private: Ui::MainWindow *mp_ui; - DaynightmodeAdaptor *mp_dBusDayNightModeAdapter; + DaynightmodeAdaptor *mp_dBusDayNightModeAdaptor; org::agl::statusbar *mp_dBusStatusBarProxy; org::agl::popup *mp_dBusPopupProxy; org::agl::proximity *mp_dBusProximityProxy;