forked from qt-creator/qt-creator
ICore: Don't split context in contextChanged signal
This way the order of the context doesn't get lost between context from the focus widget and additional contexts Change-Id: I371c411a5d9c9f31ae1f8631a6ede4eda100b0c5 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -279,10 +279,9 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void ICore::contextChanged(Core::IContext *context, const Core::Context &additionalContexts)
|
||||
Indicates that a new \a context just became the current context
|
||||
(meaning that its widget got focus), or that the additional context ids
|
||||
specified by \a additionalContexts changed.
|
||||
\fn void ICore::contextChanged(const Core::Context &context)
|
||||
Indicates that a new \a context just became the current context. This includes the context
|
||||
from the focus object as well as the additional context.
|
||||
*/
|
||||
|
||||
#include "dialogs/newdialog.h"
|
||||
|
||||
Reference in New Issue
Block a user