forked from qt-creator/qt-creator
Rename IContext::HelpIdCallback -> IContext::HelpCallback
It no longer takes an ID but a HelpItem. Change-Id: I0aa738549fea4fcfd0151adc2dfd642c63f0f60d Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -45,7 +45,7 @@ DesignerContext::DesignerContext(const Core::Context &context,
|
||||
setWidget(widget);
|
||||
}
|
||||
|
||||
void DesignerContext::contextHelp(const HelpIdCallback &callback) const
|
||||
void DesignerContext::contextHelp(const HelpCallback &callback) const
|
||||
{
|
||||
const QDesignerFormEditorInterface *core = FormEditorW::designerEditor();
|
||||
callback(core->integration()->contextHelpId());
|
||||
|
||||
Reference in New Issue
Block a user