aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-08-24 14:47:34 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2012-08-24 15:00:05 +0200
commit13c10c8c1410412fa7a827d9a1f150f9688cc260 (patch)
treee5e96a4da2aedb18733ebbb60ed6c017cb53423c /doc
parent0cb83b1fffbbc957af154436795fe5cf2fedf108 (diff)
Document PluginManager::initializationDone() signal
Change-Id: Ic340992afd3016b10a75dcd4a8dbd9da1b92b69b Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/plugin-lifecycle.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/plugin-lifecycle.qdoc b/doc/api/plugin-lifecycle.qdoc
index a34dec5d2f..8c0e0c15ec 100644
--- a/doc/api/plugin-lifecycle.qdoc
+++ b/doc/api/plugin-lifecycle.qdoc
@@ -106,7 +106,10 @@
In the \c delayedInitialize method, a plugin can perform non-critical initialization
that could unnecessarily delay showing the \QC UI if done during startup.
- Before shutdown, the \c Core plugin's \l{Core::ICore} sends the
+ After all delayed initializations are done the \l{ExtensionSystem::PluginManager}{PluginManager}
+ sends the \l{ExtensionSystem::PluginManager::initializationDone()}{initializationDone()} signal.
+
+ Before shutdown, the \c Core plugin \l{Core::ICore} sends the
\l{Core::ICore::coreAboutToClose()}{coreAboutToClose()} signal. After that, the
plugin manager starts its shutdown sequence: