diff options
author | Treeki <treeki@gmail.com> | 2012-08-09 16:48:09 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-09 16:48:09 +0200 |
commit | 6025cf1356f25727cb8a04eed413d87720b2fb1f (patch) | |
tree | 33878d2fbdfc5473ea7457167d2060c45093dd4c /lsscenemodel.h | |
parent | 3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (diff) | |
download | LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.tar.gz LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.zip |
forgot to commit this when I last worked on it :x
Diffstat (limited to 'lsscenemodel.h')
-rw-r--r-- | lsscenemodel.h | 3 |
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: |