aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenSimulator/src/mainwindow.h')
-rw-r--r--HomeScreenSimulator/src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h
index 2eb6e11..7c2f19b 100644
--- a/HomeScreenSimulator/src/mainwindow.h
+++ b/HomeScreenSimulator/src/mainwindow.h
@@ -18,7 +18,7 @@
#define MAINWINDOW_H
#include <QMainWindow>
-#include "../interfaces/daynightmode.h"
+#include <include/daynightmode.hpp>
#include "daynightmode_adapter.h"
#include "statusbar_proxy.h"
@@ -55,6 +55,8 @@ private slots:
void on_pushButton_IconExample_clicked();
+ void on_pushButton_PopupExample_clicked();
+
private:
Ui::MainWindow *mp_ui;
DaynightmodeAdaptor *mp_dBusDayNightModeAdapter;