aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpage_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-04-17 13:43:34 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2018-04-18 10:36:01 +0000
commit76067f3699217e9574c72660ea65827819c7ffea (patch)
tree6610a3aae80b5b29faabd4f294811dfde538e059 /src/quicktemplates2/qquickpage_p.h
parent1fd8a2fc11926dc405d71aafbbfc274c82a574de (diff)
QQuickPage: prepare for inheritance
Add a header for the private class, and a protected constructor. Change-Id: Id34b32dd614a430ec7e299c53341f21c4fba36d9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickpage_p.h')
-rw-r--r--src/quicktemplates2/qquickpage_p.h2
1 files changed, 2 insertions, 0 deletions
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;