aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickcontainer.cpp')
-rw-r--r--src/quicktemplates2/qquickcontainer.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/quicktemplates2/qquickcontainer.cpp b/src/quicktemplates2/qquickcontainer.cpp
index 44f943d9..6015eca7 100644
--- a/src/quicktemplates2/qquickcontainer.cpp
+++ b/src/quicktemplates2/qquickcontainer.cpp
@@ -192,18 +192,6 @@ static QQuickItem *effectiveContentItem(QQuickItem *item)
return item;
}
-QQuickContainerPrivate::QQuickContainerPrivate()
- : hasContentWidth(false),
- hasContentHeight(false),
- contentWidth(0),
- contentHeight(0),
- contentModel(nullptr),
- currentIndex(-1),
- updatingCurrent(false),
- changeTypes(Destroyed | Parent | SiblingOrder)
-{
-}
-
void QQuickContainerPrivate::init()
{
Q_Q(QQuickContainer);