aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellhoverhandler.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-02-17 11:10:22 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-17 10:11:21 +0000
commit4ca4a6b4d108a1681e66de8f82e50d1f7a46d926 (patch)
tree9727b24c3ff114ae7b8d9d7da0da417bf15d66b3 /plugins/haskell/haskellhoverhandler.h
parent6db6c04550d36a84ba3a8c3c95eafbdf4fba87d4 (diff)
Adapt to Qt Creator changes4.6
In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellhoverhandler.h')
-rw-r--r--plugins/haskell/haskellhoverhandler.h4
1 files changed, 3 insertions, 1 deletions
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();