aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquicklabel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquicklabel_p.h')
-rw-r--r--src/controls/qquicklabel_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/qquicklabel_p.h b/src/controls/qquicklabel_p.h
index 77b2d7f6..71430b32 100644
--- a/src/controls/qquicklabel_p.h
+++ b/src/controls/qquicklabel_p.h
@@ -78,6 +78,8 @@ Q_SIGNALS:
protected:
void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry) Q_DECL_OVERRIDE;
+ void classBegin() Q_DECL_OVERRIDE;
+
private:
Q_DISABLE_COPY(QQuickLabel)
Q_DECLARE_PRIVATE(QQuickLabel)