summaryrefslogtreecommitdiff
path: root/lsscenemodel.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-11 14:07:27 +0200
committerTreeki <treeki@gmail.com>2012-08-11 14:07:27 +0200
commitb8b4afa08efcd77f4e43898b4d8d5323484ce2f4 (patch)
tree6f3966982a774b739722dd43afb56c69655341ae /lsscenemodel.h
parentba44b0135af54aebee08610debbc2ef118f98bf2 (diff)
parent6025cf1356f25727cb8a04eed413d87720b2fb1f (diff)
downloadLayoutStudio-b8b4afa08efcd77f4e43898b4d8d5323484ce2f4.tar.gz
LayoutStudio-b8b4afa08efcd77f4e43898b4d8d5323484ce2f4.zip
ahh what happened - Merge branch 'master' of github.com:Treeki/LayoutStudio
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 b53f6f6..c769857 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 {
@@ -22,6 +23,8 @@ public:
private:
LYTLayout *m_layout;
+
+ QIcon m_paneIcons[LYTPane::PaneTypeCount];
signals: