From a1fd1a7abb54a3d4fbe88268470dc9fdc13668b0 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 27 Nov 2017 14:56:45 +0100 Subject: Adapt to upstream build config and Utils::Link changes Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller --- plugins/haskell/haskelleditorwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/haskell/haskelleditorwidget.h') 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; -- cgit v1.2.3