TextEditor: Add missing override modifier.

Change-Id: I83c1ebb1b1987be73a669825e3f1bfd95318e579
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-08-20 13:09:45 +02:00
parent 498ad32050
commit d011f7c677

View File

@@ -73,7 +73,7 @@ private slots:
void turnOnAutoWidth();
protected:
bool eventFilter(QObject *o, QEvent *e);
bool eventFilter(QObject *o, QEvent *e) override;
bool activateCurrentProposalItem();
GenericProposalModel *model();