forked from qt-creator/qt-creator
Change contextChanged signal to also notify about additional contexts.
This commit is contained in:
@@ -124,7 +124,7 @@ signals:
|
||||
void optionsDialogRequested();
|
||||
void coreAboutToClose();
|
||||
void contextAboutToChange(Core::IContext *context);
|
||||
void contextChanged(Core::IContext *context);
|
||||
void contextChanged(Core::IContext *context, const QList<int> &additionalContexts);
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user