summaryrefslogtreecommitdiff
path: root/lyt/pane.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 /lyt/pane.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 'lyt/pane.h')
-rw-r--r--lyt/pane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/pane.h b/lyt/pane.h
index 0d9936b..24d4a41 100644
--- a/lyt/pane.h
+++ b/lyt/pane.h
@@ -36,7 +36,7 @@ public:
virtual Magic magic() const;
enum PaneTypes {
- PaneType = 0, PictureType, TextBoxType, WindowType, BoundingType
+ PaneType = 0, PictureType, TextBoxType, WindowType, BoundingType, PaneTypeCount
};
virtual void writeToDataStream(QDataStream &out) const;