BaseHoverHandler: Remove virtual and add override to derivations

Change-Id: I2bd3fd4774d7ffeb54c373309c98aa879a391227
Reviewed-by: Marc Reilly <marc.reilly@gmail.com>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Andre Hartmann
2016-08-10 09:43:56 +02:00
committed by André Hartmann
parent 6afcf33f7a
commit fc75b96dca
4 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ signals:
void creatorHelpRequested(const QUrl &url);
private:
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos);
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;
void identifyQMakeKeyword(const QString &text, int pos);
enum ManualKind {