From 76067f3699217e9574c72660ea65827819c7ffea Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 17 Apr 2018 13:43:34 +0200 Subject: QQuickPage: prepare for inheritance Add a header for the private class, and a protected constructor. Change-Id: Id34b32dd614a430ec7e299c53341f21c4fba36d9 Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquickpage_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quicktemplates2/qquickpage_p.h') diff --git a/src/quicktemplates2/qquickpage_p.h b/src/quicktemplates2/qquickpage_p.h index f6bbaa0c..a39ac8e2 100644 --- a/src/quicktemplates2/qquickpage_p.h +++ b/src/quicktemplates2/qquickpage_p.h @@ -84,6 +84,8 @@ Q_SIGNALS: void footerChanged(); protected: + QQuickPage(QQuickPagePrivate &dd, QQuickItem *parent); + void componentComplete() override; void spacingChange(qreal newSpacing, qreal oldSpacing) override; -- cgit v1.2.3