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:
Eike Ziller
2019-01-28 11:47:50 +01:00
parent 418dcfbcbb
commit 282805b66d
27 changed files with 40 additions and 40 deletions

View File

@@ -60,7 +60,7 @@ namespace Internal {
// CMakeEditor
//
void CMakeEditor::contextHelp(const HelpIdCallback &callback) const
void CMakeEditor::contextHelp(const HelpCallback &callback) const
{
int pos = position();