aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/texteditor/texteditorview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/texteditor/texteditorview.h')
-rw-r--r--src/plugins/qmldesigner/components/texteditor/texteditorview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/texteditor/texteditorview.h b/src/plugins/qmldesigner/components/texteditor/texteditorview.h
index 01ac15f2191..ea7766115a1 100644
--- a/src/plugins/qmldesigner/components/texteditor/texteditorview.h
+++ b/src/plugins/qmldesigner/components/texteditor/texteditorview.h
@@ -24,6 +24,8 @@
****************************************************************************/
#pragma once
+#include <coreplugin/icontext.h>
+
#include <abstractview.h>
#include <memory>
@@ -67,9 +69,9 @@ public:
// TextEditorView
WidgetInfo widgetInfo() override;
- QString contextHelpId() const override;
+ void contextHelpId(const Core::IContext::HelpIdCallback &callback) const override;
- QString qmlJSEditorHelpId() const;
+ void qmlJSEditorHelpId(const Core::IContext::HelpIdCallback &callback) const;
TextEditor::BaseTextEditor *textEditor();