From 6025cf1356f25727cb8a04eed413d87720b2fb1f Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 9 Aug 2012 16:48:09 +0200 Subject: forgot to commit this when I last worked on it :x --- lsscenemodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lsscenemodel.h') 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 +#include #include "lyt/layout.h" class LSSceneModel : public QAbstractItemModel { @@ -19,6 +20,8 @@ public: private: LYTLayout *m_layout; + + QIcon m_paneIcons[LYTPane::PaneTypeCount]; signals: -- cgit v1.2.3