summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qwindow.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/render/frontend/qwindow.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/render/frontend/qwindow.cpp')
-rw-r--r--src/render/frontend/qwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/frontend/qwindow.cpp b/src/render/frontend/qwindow.cpp
index d5033c312..07db56bba 100644
--- a/src/render/frontend/qwindow.cpp
+++ b/src/render/frontend/qwindow.cpp
@@ -173,7 +173,6 @@ void QWindow::show()
data.insert(QStringLiteral("eventSource"), QVariant::fromValue(this));
d->m_engine->setData(data);
- d->m_engine->initialize();
d->m_root->addComponent(d->m_frameGraph);
d->m_engine->setRootEntity(d->m_root);