forked from qt-creator/qt-creator
Change contextChanged signal to also notify about additional contexts.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user