From d492f5aa44977967e18832739c5806dde2c38bde Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Thu, 27 Jul 2017 11:53:54 +0200 Subject: [PATCH] Fix compilation Change-Id: I2f7f92b028dcb60491d813b88bfe881c305c66ad Reviewed-by: David Schulz --- src/plugins/qmakeprojectmanager/profilehighlighter.h | 2 +- src/plugins/qmakeprojectmanager/profilehoverhandler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qmakeprojectmanager/profilehighlighter.h b/src/plugins/qmakeprojectmanager/profilehighlighter.h index 98de83c9c28..c19979e8c3e 100644 --- a/src/plugins/qmakeprojectmanager/profilehighlighter.h +++ b/src/plugins/qmakeprojectmanager/profilehighlighter.h @@ -42,7 +42,7 @@ public: NumProfileFormats }; - explicit ProFileHighlighter(const TextEditor::Keywords &keywords); + explicit ProFileHighlighter(); void highlightBlock(const QString &text); private: diff --git a/src/plugins/qmakeprojectmanager/profilehoverhandler.h b/src/plugins/qmakeprojectmanager/profilehoverhandler.h index 2fa1fb250e0..6ab843be6d5 100644 --- a/src/plugins/qmakeprojectmanager/profilehoverhandler.h +++ b/src/plugins/qmakeprojectmanager/profilehoverhandler.h @@ -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;