summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qcomponent.h')
-rw-r--r--src/core/nodes/qcomponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qcomponent.h b/src/core/nodes/qcomponent.h
index f07b34c9f..3de755710 100644
--- a/src/core/nodes/qcomponent.h
+++ b/src/core/nodes/qcomponent.h
@@ -61,7 +61,7 @@ public:
bool isShareable() const;
- QVector<QEntity *> entities() const;
+ QList<QEntity *> entities() const;
public Q_SLOTS:
void setShareable(bool isShareable);