summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 01:56:34 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 01:56:34 (GMT)
commit5c69031b23f349d199ed43e484a608a2b691bb95 (patch)
tree58ab03fddc0df3416c2740231c04a823e677cf41 /src/declarative/qml/qmlcontext_p.h
parent97383f0f253a3696dd9a75338aa7d263b05526e1 (diff)
downloadQt-5c69031b23f349d199ed43e484a608a2b691bb95.zip
Qt-5c69031b23f349d199ed43e484a608a2b691bb95.tar.gz
Qt-5c69031b23f349d199ed43e484a608a2b691bb95.tar.bz2
When a QmlContext is destroyed, associated objects must be disassociated
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r--src/declarative/qml/qmlcontext_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h
index d7c6d29..9faa7b7 100644
--- a/src/declarative/qml/qmlcontext_p.h
+++ b/src/declarative/qml/qmlcontext_p.h
@@ -88,6 +88,7 @@ public:
void addDefaultObject(QObject *, Priority);
QmlSimpleDeclarativeData contextData;
+ QObjectList contextObjects;
};
QT_END_NAMESPACE