aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickcontainer_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickcontainer_p_p.h')
-rw-r--r--src/controls/qquickcontainer_p_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controls/qquickcontainer_p_p.h b/src/controls/qquickcontainer_p_p.h
index c0b52cec..538ecc3c 100644
--- a/src/controls/qquickcontainer_p_p.h
+++ b/src/controls/qquickcontainer_p_p.h
@@ -54,9 +54,13 @@ QT_BEGIN_NAMESPACE
class Q_QUICKCONTROLS_EXPORT QQuickContainerPrivate : public QQuickControlPrivate
{
+ Q_DECLARE_PUBLIC(QQuickContainer)
+
public:
QQuickContainerPrivate();
+ void resizeContent();
+
qreal contentWidth;
qreal contentHeight;
QQuickItem *contentItem;