summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-02-26 13:01:46 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-03-17 19:19:03 +0000
commit51119eb2d7711a9ac05d2b412bb99b12eef64974 (patch)
tree4ffbfea9293096bdff996ecee67a2b4d07688ef0 /src/core/aspects/qabstractaspect.h
parent77b27d26a73dd31f6dca2e0012021943f573f776 (diff)
Remove QAbstractAspect::onCleanup()
This was actually called both when unsetting a root entity and during final shutdown. Remove it and move work it was doing to the overrides of onUnregistered() for now. Will need another look when we finish this refactoring to also include backend node destruction. Task-number: QTBUG-51421 Change-Id: I2f96ede4006fea3a4766d15cf6e162452dd58321 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/core/aspects/qabstractaspect.h')
-rw-r--r--src/core/aspects/qabstractaspect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/aspects/qabstractaspect.h b/src/core/aspects/qabstractaspect.h
index 079c1bbd8..3fd33a301 100644
--- a/src/core/aspects/qabstractaspect.h
+++ b/src/core/aspects/qabstractaspect.h
@@ -84,8 +84,6 @@ private:
virtual void onRegistered();
virtual void onUnregistered();
- virtual void onCleanup();
-
virtual void onEngineStartup();
virtual void onEngineShutdown();