aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellhoverhandler.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-02-17 11:12:53 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-17 11:12:53 +0100
commit3dcba90f6c5a7eb7e61b5e5588d348c166998dcc (patch)
tree9727b24c3ff114ae7b8d9d7da0da417bf15d66b3 /plugins/haskell/haskellhoverhandler.h
parent6db6c04550d36a84ba3a8c3c95eafbdf4fba87d4 (diff)
parent4ca4a6b4d108a1681e66de8f82e50d1f7a46d926 (diff)
Merge remote-tracking branch 'origin/4.6'
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();