summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/qqmlaspectengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3d/qqmlaspectengine.cpp')
-rw-r--r--src/quick3d/quick3d/qqmlaspectengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick3d/quick3d/qqmlaspectengine.cpp b/src/quick3d/quick3d/qqmlaspectengine.cpp
index c6c2a6b3d..cf2372ca5 100644
--- a/src/quick3d/quick3d/qqmlaspectengine.cpp
+++ b/src/quick3d/quick3d/qqmlaspectengine.cpp
@@ -77,7 +77,6 @@ void QQmlAspectEngine::setSource(const QUrl &source)
Q_D(QQmlAspectEngine);
if (d->m_component) {
- d->m_aspectEngine->shutdown();
d->m_aspectEngine->setRootEntity(Q_NULLPTR);
d->m_component = Q_NULLPTR;
}