Unregister deleted IContext objects automatically

Change-Id: I7b84c02c8fe1e7201431116e3d993792370fb942
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2020-05-26 13:13:37 +02:00
parent fcbbcc7465
commit 6d97c1fcb1
5 changed files with 27 additions and 15 deletions

View File

@@ -569,6 +569,7 @@ void ICore::addContextObject(IContext *context)
/*!
Unregisters a \a context object from the list of know contexts.
IContext instances are automatically removed when they are deleted.
\sa addContextObject(), updateAdditionalContexts(), currentContextObject()
*/