diff options
author | Treeki <treeki@gmail.com> | 2012-08-11 14:07:27 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-11 14:07:27 +0200 |
commit | b8b4afa08efcd77f4e43898b4d8d5323484ce2f4 (patch) | |
tree | 6f3966982a774b739722dd43afb56c69655341ae /lyt/pane.h | |
parent | ba44b0135af54aebee08610debbc2ef118f98bf2 (diff) | |
parent | 6025cf1356f25727cb8a04eed413d87720b2fb1f (diff) | |
download | LayoutStudio-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.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; |