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:
@@ -60,7 +60,7 @@ namespace Internal {
|
||||
// CMakeEditor
|
||||
//
|
||||
|
||||
void CMakeEditor::contextHelp(const HelpIdCallback &callback) const
|
||||
void CMakeEditor::contextHelp(const HelpCallback &callback) const
|
||||
{
|
||||
int pos = position();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user