forked from qt-creator/qt-creator
Fix compilation
Change-Id: I2f7f92b028dcb60491d813b88bfe881c305c66ad Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
David Schulz
parent
26fa374084
commit
d492f5aa44
@@ -42,7 +42,7 @@ public:
|
||||
NumProfileFormats
|
||||
};
|
||||
|
||||
explicit ProFileHighlighter(const TextEditor::Keywords &keywords);
|
||||
explicit ProFileHighlighter();
|
||||
void highlightBlock(const QString &text);
|
||||
|
||||
private:
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user