summaryrefslogtreecommitdiff
path: root/lsscenemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsscenemodel.h')
-rw-r--r--lsscenemodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lsscenemodel.h b/lsscenemodel.h
index 3a26fc1..00cb736 100644
--- a/lsscenemodel.h
+++ b/lsscenemodel.h
@@ -2,6 +2,7 @@
#define LSSCENEMODEL_H
#include <QAbstractItemModel>
+#include <QIcon>
#include "lyt/layout.h"
class LSSceneModel : public QAbstractItemModel {
@@ -19,6 +20,8 @@ public:
private:
LYTLayout *m_layout;
+
+ QIcon m_paneIcons[LYTPane::PaneTypeCount];
signals: