aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/texteditor/texteditorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/texteditor/texteditorwidget.h')
-rw-r--r--src/plugins/qmldesigner/components/texteditor/texteditorwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/texteditor/texteditorwidget.h b/src/plugins/qmldesigner/components/texteditor/texteditorwidget.h
index 7ab245adbbf..5dceef8c029 100644
--- a/src/plugins/qmldesigner/components/texteditor/texteditorwidget.h
+++ b/src/plugins/qmldesigner/components/texteditor/texteditorwidget.h
@@ -50,7 +50,7 @@ public:
return m_textEditor.get();
}
- QString contextHelpId() const;
+ void contextHelpId(const Core::IContext::HelpIdCallback &callback) const;
void jumpTextCursorToSelectedModelNode();
void gotoCursorPosition(int line, int column);