summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-01-21 16:01:38 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-01-24 14:28:14 +0100
commit967a5c3db61ef09e63e520630dfec5c78c02a649 (patch)
tree89de02ccee08251af7712ebf6e0b69bfaffda318 /src/core/nodes/qcomponent_p.h
parentd6c88eb06d1a02c0aa208d0363fb8705fc551c94 (diff)
QComponent: add the enabled property
Also added the doc and a copy method. Change-Id: Icf2d8ae57a75f58e3fd6049e63bfa5761ccaa40c Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/nodes/qcomponent_p.h')
-rw-r--r--src/core/nodes/qcomponent_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nodes/qcomponent_p.h b/src/core/nodes/qcomponent_p.h
index f7d9ffb29..70901caa8 100644
--- a/src/core/nodes/qcomponent_p.h
+++ b/src/core/nodes/qcomponent_p.h
@@ -59,6 +59,7 @@ public:
Q_DECLARE_PUBLIC(QComponent)
bool m_shareable;
+ bool m_enabled;
QVector<QEntity *> m_entities;
};