summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basehoverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/basehoverhandler.h')
-rw-r--r--src/plugins/texteditor/basehoverhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h
index 9360371184..91e5e4e38d 100644
--- a/src/plugins/texteditor/basehoverhandler.h
+++ b/src/plugins/texteditor/basehoverhandler.h
@@ -77,7 +77,7 @@ private:
void clear();
void process(TextEditorWidget *widget, int pos);
- virtual void identifyMatch(TextEditorWidget *editorWidget, int pos) = 0;
+ virtual void identifyMatch(TextEditorWidget *editorWidget, int pos);
bool m_diagnosticTooltip;
QString m_toolTip;