From 58326f2bc3bceafc0054e790832e0a77db340606 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 26 Aug 2016 12:46:42 +0200 Subject: StackView: add removed() attached signal This provides an opportunity for users to destroy items that StackView doesn't, like objects that are pushed as Items. [ChangeLog][Controls][StackView] Added StackView.removed() attached signal to provide a way to delete items that StackView won't. Task-number: QTBUG-55405 Change-Id: I59096efaf1a95d36451fbf1f46b8f68ee96c20de Reviewed-by: J-P Nurmi --- src/quicktemplates2/qquickstackview_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quicktemplates2/qquickstackview_p.h') diff --git a/src/quicktemplates2/qquickstackview_p.h b/src/quicktemplates2/qquickstackview_p.h index d8b6ce7c..9bf60183 100644 --- a/src/quicktemplates2/qquickstackview_p.h +++ b/src/quicktemplates2/qquickstackview_p.h @@ -182,6 +182,7 @@ Q_SIGNALS: /*Q_REVISION(1)*/ void activating(); /*Q_REVISION(1)*/ void deactivated(); /*Q_REVISION(1)*/ void deactivating(); + /*Q_REVISION(1)*/ void removed(); private: Q_DISABLE_COPY(QQuickStackAttached) -- cgit v1.2.3