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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/haskelleditorwidget.h b/plugins/haskell/haskelleditorwidget.h
index f8b2102..819e040 100644
--- a/plugins/haskell/haskelleditorwidget.h
+++ b/plugins/haskell/haskelleditorwidget.h
@@ -44,8 +44,8 @@ public:
int *line, int *column);
protected:
- Link findLinkAt(const QTextCursor &cursor, bool resolveTarget = true,
- bool inNextSplit = false) override;
+ Utils::Link findLinkAt(const QTextCursor &cursor, bool resolveTarget = true,
+ bool inNextSplit = false) override;
private:
FollowSymbolAssistProvider m_followSymbolAssistProvider;