aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgnode.h')
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgnode.h b/src/quick/scenegraph/coreapi/qsgnode.h
index 6ffbaddb5f..becee6ab2c 100644
--- a/src/quick/scenegraph/coreapi/qsgnode.h
+++ b/src/quick/scenegraph/coreapi/qsgnode.h
@@ -71,6 +71,9 @@ public:
TransformNodeType,
ClipNodeType,
OpacityNodeType,
+#ifndef Q_QDOC
+ RenderNodeType, // internal
+#endif
UserNodeType = 1024
};
@@ -165,7 +168,7 @@ private:
QSGNode *m_lastChild;
QSGNode *m_nextSibling;
QSGNode *m_previousSibling;
- int m_subtreeGeometryCount;
+ int m_subtreeRenderableCount;
Flags m_nodeFlags;
DirtyState m_dirtyState;