summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qentity_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qentity_p.h')
-rw-r--r--src/core/nodes/qentity_p.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/nodes/qentity_p.h b/src/core/nodes/qentity_p.h
index a9dfb9b0d..9e9dbbd24 100644
--- a/src/core/nodes/qentity_p.h
+++ b/src/core/nodes/qentity_p.h
@@ -51,9 +51,10 @@
// We mean it.
//
+#include <Qt3DCore/qentity.h>
+
#include <Qt3DCore/private/qnode_p.h>
#include <Qt3DCore/private/qt3dcore_global_p.h>
-#include "qentity.h"
QT_BEGIN_NAMESPACE
@@ -70,10 +71,6 @@ public :
QNodeId parentEntityId() const;
QComponentVector m_components;
- bool m_visible;
-
- // TODO: Is a bool enough here or do we need additional states for entities?
- // Perhaps aboutToBeDeleted would be useful?
mutable QNodeId m_parentEntityId;
};