aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickframe_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickframe_p_p.h')
-rw-r--r--src/controls/qquickframe_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/qquickframe_p_p.h b/src/controls/qquickframe_p_p.h
index 19a9af84..60b0775f 100644
--- a/src/controls/qquickframe_p_p.h
+++ b/src/controls/qquickframe_p_p.h
@@ -57,6 +57,8 @@ class Q_QUICKCONTROLS_EXPORT QQuickFramePrivate : public QQuickControlPrivate
public:
QQuickFramePrivate();
+ qreal contentWidth;
+ qreal contentHeight;
QQuickItem *frame;
};