diff options
author | Treeki <treeki@gmail.com> | 2012-08-17 05:56:17 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-17 05:56:17 +0200 |
commit | 871feeefbe94a774fea234bbd0fe31620d0dee44 (patch) | |
tree | de96769c3f74cdc88defa59226a432728ec05bc3 /lyt/pane.h | |
parent | 247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9 (diff) | |
download | LayoutStudio-871feeefbe94a774fea234bbd0fe31620d0dee44.tar.gz LayoutStudio-871feeefbe94a774fea234bbd0fe31620d0dee44.zip |
changed LYTPane::flags to a set of three bools
Diffstat (limited to 'lyt/pane.h')
-rw-r--r-- | lyt/pane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ public: LYTPane *parent; QList<LYTPane *> children; - quint8 flags; + bool visible, influencedAlpha, isWidescreen; enum OriginType { Left = 0, Top = 0, |