summaryrefslogtreecommitdiff
path: root/lyt/pane.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-17 05:56:17 +0200
committerTreeki <treeki@gmail.com>2012-08-17 05:56:17 +0200
commit871feeefbe94a774fea234bbd0fe31620d0dee44 (patch)
treede96769c3f74cdc88defa59226a432728ec05bc3 /lyt/pane.h
parent247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9 (diff)
downloadLayoutStudio-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/pane.h b/lyt/pane.h
index 24d4a41..56a6c87 100644
--- a/lyt/pane.h
+++ b/lyt/pane.h
@@ -53,7 +53,7 @@ public:
LYTPane *parent;
QList<LYTPane *> children;
- quint8 flags;
+ bool visible, influencedAlpha, isWidescreen;
enum OriginType {
Left = 0, Top = 0,