aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontrol_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-11-18 13:58:15 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-12-01 15:04:28 +0000
commit5823d6230f5b1fbbd27c3b00b334e062a21b3d65 (patch)
tree1bdaa7d71cb6900dec97415a7bb3b91b82984143 /src/templates/qquickcontrol_p.h
parent0928dc2924e09a38c58513d82887e6d75a112eb0 (diff)
Control: resolve the font a bit earlier
Also applied to QQuickLabel, QQuickTextArea and QQuickTextField. Change-Id: Icf10500905980445809eb2375e8957db2c41e03c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcontrol_p.h')
-rw-r--r--src/templates/qquickcontrol_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/qquickcontrol_p.h b/src/templates/qquickcontrol_p.h
index 1e3b6830..346b45b3 100644
--- a/src/templates/qquickcontrol_p.h
+++ b/src/templates/qquickcontrol_p.h
@@ -140,7 +140,9 @@ protected:
QQuickControl(QQuickControlPrivate &dd, QQuickItem *parent);
+ void classBegin() Q_DECL_OVERRIDE;
void componentComplete() Q_DECL_OVERRIDE;
+
void itemChange(ItemChange change, const ItemChangeData &value) Q_DECL_OVERRIDE;
void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE;