aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/popupwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/popupwidget.h')
-rw-r--r--HomeScreen/src/popupwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h
index a54a602..7a73b92 100644
--- a/HomeScreen/src/popupwidget.h
+++ b/HomeScreen/src/popupwidget.h
@@ -18,7 +18,7 @@
#define POPUPWIDGET_H
#include <QWidget>
-#include "../interfaces/popup.h"
+#include <include/popup.hpp>
#include "popup_adapter.h"
namespace Ui {
@@ -46,6 +46,8 @@ private:
Ui::PopupWidget *mp_ui;
PopupAdaptor *mp_popupAdaptor;
+ // for showPupupFor LayoutSelection
+ //QList<QPushButton> m_pushButtons;
};
#endif // POPUPWIDGET_H