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
|
NumProfileFormats
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit ProFileHighlighter(const TextEditor::Keywords &keywords);
|
explicit ProFileHighlighter();
|
||||||
void highlightBlock(const QString &text);
|
void highlightBlock(const QString &text);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@@ -38,7 +38,7 @@ namespace Internal {
|
|||||||
class ProFileHoverHandler : public TextEditor::BaseHoverHandler
|
class ProFileHoverHandler : public TextEditor::BaseHoverHandler
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit ProFileHoverHandler(const TextEditor::Keywords &keywords);
|
explicit ProFileHoverHandler();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;
|
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;
|
||||||
|
Reference in New Issue
Block a user