diff --git a/src/plugins/cmakeprojectmanager/cmakeeditor.cpp b/src/plugins/cmakeprojectmanager/cmakeeditor.cpp index 5d01a1919cb..294273b4605 100644 --- a/src/plugins/cmakeprojectmanager/cmakeeditor.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeeditor.cpp @@ -87,7 +87,7 @@ CMakeEditor::CMakeEditor() const QString word = Text::wordUnderCursor(editorWidget()->textCursor()); const QString id = helpPrefix(word) + word; if (id.startsWith("unknown/")) { - BaseTextEditor::contextHelp(callback); + editorWidget()->contextHelpItem(callback); return; }