aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelleditorwidget.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-11-27 14:56:45 +0100
committerEike Ziller <eike.ziller@qt.io>2017-12-11 09:24:42 +0000
commita1fd1a7abb54a3d4fbe88268470dc9fdc13668b0 (patch)
tree4e427f0bfb1c5cbf1f9196138588224d7be0aff9 /plugins/haskell/haskelleditorwidget.h
parent6ee714619f6cdd95098c98e86c840ee56b2f07f4 (diff)
Adapt to upstream build config and Utils::Link changes
Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
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;