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 /lyt | |
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 'lyt')
-rw-r--r-- | lyt/pane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |