X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.h;h=a54a6023e4f96db12a661c446832d4d7d462e6e9;hb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;hp=a8765761bdef2b74b4f4e1ba0924ca9f7b1158a6;hpb=2513c5c6ed1c89ae3a0a6ae0263b9307d50046b2;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h index a876576..a54a602 100644 --- a/HomeScreen/src/popupwidget.h +++ b/HomeScreen/src/popupwidget.h @@ -20,9 +20,6 @@ #include #include "../interfaces/popup.h" #include "popup_adapter.h" -#include "../interfaces/daynightmode.h" -#include "daynightmode_proxy.h" - namespace Ui { class PopupWidget; @@ -35,14 +32,12 @@ class PopupWidget : public QWidget public: explicit PopupWidget(QWidget *parent = 0); ~PopupWidget(); - -// day/night mode -public Q_SLOTS: - void dayNightModeSlot(int mode); +public slots: + void updateColorScheme(); // from popup_adapter.h public Q_SLOTS: // METHODS - void showPopup(int type, const QString &text); + void showPopup(int /*type*/, const QString &text); private slots: void on_pushButton_OK_clicked(); @@ -50,8 +45,6 @@ private slots: private: Ui::PopupWidget *mp_ui; - SystemDayNight::eDayNightMode m_dayNightMode; - org::agl::daynightmode *mp_dayNightModeProxy; PopupAdaptor *mp_popupAdaptor; };