aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-07-04 15:32:50 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-07-04 15:32:51 +0200
commit81077291e3ae1fe8819cf58471ee09ad66c9cad1 (patch)
treec0e7a482affcdfa38ee9a2ec305d02b543ad25d8 /src/qml/qml/qqmlengine.cpp
parentea045d82a3a837f83fec82462feebf2bc262f9d9 (diff)
parent9422bb302882bfe9e3123d8f1542507c6b6577f4 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index a7fff20530..1c491ae492 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -863,9 +863,6 @@ QQmlEngine::~QQmlEngine()
QList<QQmlType*> singletonTypes = QQmlMetaType::qmlSingletonTypes();
foreach (QQmlType *currType, singletonTypes)
currType->singletonInstanceInfo()->destroy(this);
-
- if (d->incubationController)
- d->incubationController->d = 0;
}
/*! \fn void QQmlEngine::quit()