Change contextChanged signal to also notify about additional contexts.

This commit is contained in:
con
2010-03-26 12:16:44 +01:00
parent 7daeffbd29
commit 4f4bbe9828
6 changed files with 7 additions and 7 deletions

View File

@@ -374,7 +374,7 @@
*/
/*!
\fn void ICore::contextChanged(Core::IContext *context)
\fn void ICore::contextChanged(Core::IContext *context, const QList<int> &additionalContexts)
\brief Sent just after a new \a context became the current context
(meaning that its widget got focus).
(meaning that its widget got focus), or if the additional context ids changed.
*/