Add 2017 to copyright
[staging/HomeScreen.git] / HomeScreenSimulator / src / mainwindow.h
index ca368f0..581e4be 100644 (file)
@@ -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 <QMainWindow>
 #include <include/daynightmode.hpp>
-#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;