summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/qqmlaspectengine.cpp
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2015-12-04 15:29:45 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-14 13:18:18 +0000
commitdc6e9d02ac1a9030308f2cdf11f96d4d3612fd6d (patch)
tree6a048366b8b69c9b271d1f2922c80080f4a7a098 /src/quick3d/quick3d/qqmlaspectengine.cpp
parentb93a30ab9e11663921fd583700f992da2a6b8448 (diff)
Remove initialize/shutdown from APIv5.6.0-beta1
Hiding them in QAspectEnginePrivate and calling them when needed from setRootEntity. Change-Id: I4c3dfb19d84ae90cc15bbff29a4abd0705bb61dc Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
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;
}