From 4ca4a6b4d108a1681e66de8f82e50d1f7a46d926 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Sat, 17 Feb 2018 11:10:22 +0100 Subject: Adapt to Qt Creator changes In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller --- plugins/haskell/haskellhoverhandler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/haskell/haskellhoverhandler.h') diff --git a/plugins/haskell/haskellhoverhandler.h b/plugins/haskell/haskellhoverhandler.h index 8cad5c5..ab200a1 100644 --- a/plugins/haskell/haskellhoverhandler.h +++ b/plugins/haskell/haskellhoverhandler.h @@ -37,7 +37,9 @@ namespace Internal { class HaskellHoverHandler : public TextEditor::BaseHoverHandler { private: - void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override; + void identifyMatch(TextEditor::TextEditorWidget *editorWidget, + int pos, + ReportPriority report) override; void operateTooltip(TextEditor::TextEditorWidget *editorWidget, const QPoint &point) override; void cancel(); -- cgit v1.2.3