summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qcomponent_p.h')
-rw-r--r--src/core/nodes/qcomponent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qcomponent_p.h b/src/core/nodes/qcomponent_p.h
index d28433d23..a3b7c88e6 100644
--- a/src/core/nodes/qcomponent_p.h
+++ b/src/core/nodes/qcomponent_p.h
@@ -70,7 +70,7 @@ public:
Q_DECLARE_PUBLIC(QComponent)
bool m_shareable;
- QVector<QEntity *> m_entities;
+ QList<QEntity *> m_entities;
};
}