From 3f3be0fa64f8745b05a417d3e9c8c20da74d5fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Wed, 4 Feb 2015 23:10:21 +0000 Subject: Fix 590 inconsistent override warnings [-Winconsistent-missing-override] Classes should either use or not use override, otherwise it hurts code readability. Change-Id: Ieb899a3475b0c36ab20285740b2cec2cd1677a54 Reviewed-by: Simon Hausmann --- src/quick/items/qquicktextedit_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/items/qquicktextedit_p.h') diff --git a/src/quick/items/qquicktextedit_p.h b/src/quick/items/qquicktextedit_p.h index 3d4d29b7a9..bf6763f772 100644 --- a/src/quick/items/qquicktextedit_p.h +++ b/src/quick/items/qquicktextedit_p.h @@ -343,7 +343,7 @@ protected: void inputMethodEvent(QInputMethodEvent *e) Q_DECL_OVERRIDE; #endif QSGNode *updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData) Q_DECL_OVERRIDE; - void updatePolish(); + void updatePolish() Q_DECL_OVERRIDE; friend class QQuickTextUtil; friend class QQuickTextDocument; -- cgit v1.2.3