aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickstackview_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickstackview_p.cpp')
-rw-r--r--src/quicktemplates2/qquickstackview_p.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/quicktemplates2/qquickstackview_p.cpp b/src/quicktemplates2/qquickstackview_p.cpp
index 606d259a..e0e1d9ef 100644
--- a/src/quicktemplates2/qquickstackview_p.cpp
+++ b/src/quicktemplates2/qquickstackview_p.cpp
@@ -47,13 +47,6 @@
QT_BEGIN_NAMESPACE
-QQuickStackViewPrivate::QQuickStackViewPrivate()
- : busy(false),
- currentItem(nullptr),
- transitioner(nullptr)
-{
-}
-
void QQuickStackViewPrivate::warn(const QString &error)
{
Q_Q(QQuickStackView);