Fix compilation

Change-Id: I2f7f92b028dcb60491d813b88bfe881c305c66ad
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Oliver Wolff
2017-07-27 11:53:54 +02:00
committed by David Schulz
parent 26fa374084
commit d492f5aa44
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public:
NumProfileFormats
};
explicit ProFileHighlighter(const TextEditor::Keywords &keywords);
explicit ProFileHighlighter();
void highlightBlock(const QString &text);
private:

View File

@@ -38,7 +38,7 @@ namespace Internal {
class ProFileHoverHandler : public TextEditor::BaseHoverHandler
{
public:
explicit ProFileHoverHandler(const TextEditor::Keywords &keywords);
explicit ProFileHoverHandler();
private:
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;