summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/auto/core/qaspectengine/tst_qaspectengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/core/qaspectengine/tst_qaspectengine.cpp b/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
index 4f9bd7b14..f6cd73485 100644
--- a/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
+++ b/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
@@ -130,7 +130,6 @@ private Q_SLOTS:
// An initialized engine (so that the arbiter has been fed)
QAspectEngine engine;
- engine.initialize();
// WHEN
engine.setRootEntity(root);