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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/qquickcontainer_p_p.h b/src/controls/qquickcontainer_p_p.h
index f7b605f0..c0b52cec 100644
--- a/src/controls/qquickcontainer_p_p.h
+++ b/src/controls/qquickcontainer_p_p.h
@@ -57,9 +57,6 @@ class Q_QUICKCONTROLS_EXPORT QQuickContainerPrivate : public QQuickControlPrivat
public:
QQuickContainerPrivate();
- qreal getContentWidth() const Q_DECL_OVERRIDE;
- qreal getContentHeight() const Q_DECL_OVERRIDE;
-
qreal contentWidth;
qreal contentHeight;
QQuickItem *contentItem;