aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickstackview_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickstackview_p_p.h')
-rw-r--r--src/templates/qquickstackview_p_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/qquickstackview_p_p.h b/src/templates/qquickstackview_p_p.h
index 94919939..d14c6326 100644
--- a/src/templates/qquickstackview_p_p.h
+++ b/src/templates/qquickstackview_p_p.h
@@ -89,6 +89,8 @@ public:
bool removal;
bool ownItem;
bool ownComponent;
+ bool widthValid;
+ bool heightValid;
QQmlContext *context;
QQmlComponent *component;
QQmlIncubator *incubator;
@@ -98,8 +100,6 @@ public:
QV4::PersistentValue properties;
};
-Q_DECLARE_TYPEINFO(QQuickStackElement, Q_COMPLEX_TYPE);
-
class QQuickStackViewPrivate : public QQuickControlPrivate, public QQuickItemViewTransitionChangeListener
{
Q_DECLARE_PUBLIC(QQuickStackView)
@@ -157,8 +157,6 @@ public:
QQuickStackElement *element;
};
-Q_DECLARE_TYPEINFO(QQuickStackViewPrivate, Q_COMPLEX_TYPE);
-
QT_END_NAMESPACE
#endif // QQUICKSTACKVIEW_P_P_H