aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickstackview_p_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-05-20 11:01:33 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-20 09:28:49 +0000
commit6fe784b9696fc19eb8f2ba24f187d2cea4434c53 (patch)
tree3bc7e155fc11481748d27e87dadb81e79fbabf2b /src/quicktemplates2/qquickstackview_p_p.h
parent4ecf0a7da5acad1cd49b53e15c5716770b5e3c2b (diff)
QQuickStackView: fix build
error: no matching function for call to 'QQmlComponentPrivate::initializeObjectWithInitialProperties(QV4::ScopedValue&, QQuickItem*&)' Change-Id: Ied1bd7b73b60c69c73e42b82209f10f2448ce7b0 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/quicktemplates2/qquickstackview_p_p.h')
-rw-r--r--src/quicktemplates2/qquickstackview_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickstackview_p_p.h b/src/quicktemplates2/qquickstackview_p_p.h
index 2c9e6f35..679cee09 100644
--- a/src/quicktemplates2/qquickstackview_p_p.h
+++ b/src/quicktemplates2/qquickstackview_p_p.h
@@ -98,6 +98,7 @@ public:
QPointer<QQuickItem> originalParent;
QQuickStackView::Status status;
QV4::PersistentValue properties;
+ QV4::PersistentValue qmlCallingContext;
};
class QQuickStackViewPrivate : public QQuickControlPrivate, public QQuickItemViewTransitionChangeListener