aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelleditorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskelleditorwidget.h')
-rw-r--r--plugins/haskell/haskelleditorwidget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/haskell/haskelleditorwidget.h b/plugins/haskell/haskelleditorwidget.h
index 2421fc3..24af561 100644
--- a/plugins/haskell/haskelleditorwidget.h
+++ b/plugins/haskell/haskelleditorwidget.h
@@ -47,8 +47,10 @@ public:
TextEditor::TextEditorWidget *widget);
protected:
- Utils::Link findLinkAt(const QTextCursor &cursor, bool resolveTarget = true,
- bool inNextSplit = false) override;
+ void findLinkAt(const QTextCursor &cursor,
+ Utils::ProcessLinkCallback &&processLinkCallback,
+ bool resolveTarget = true,
+ bool inNextSplit = false) override;
private:
FollowSymbolAssistProvider m_followSymbolAssistProvider;