aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicklabel_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquicklabel_p_p.h')
-rw-r--r--src/templates/qquicklabel_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquicklabel_p_p.h b/src/templates/qquicklabel_p_p.h
index a4e9f4e5..9d0ff05c 100644
--- a/src/templates/qquicklabel_p_p.h
+++ b/src/templates/qquicklabel_p_p.h
@@ -78,8 +78,8 @@ public:
void _q_textChanged(const QString &text);
#ifndef QT_NO_ACCESSIBILITY
- void accessibilityActiveChanged(bool active) Q_DECL_OVERRIDE;
- QAccessible::Role accessibleRole() const Q_DECL_OVERRIDE;
+ void accessibilityActiveChanged(bool active) override;
+ QAccessible::Role accessibleRole() const override;
#endif
QQuickItem *background;