aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipe_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-13 14:54:09 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-14 19:46:09 +0000
commita506a0ac792ce3fc01408fb2948eb247fc4c7181 (patch)
treed65cced972d61cb7d119ea4f693ef0f46f38e59b /src/quicktemplates2/qquickswipe_p.h
parentd49ab00f2b9c99da48d9ddef2b0627a86d54b95e (diff)
SwipeDelegate: add swipe.opened() and swipe.closed() signals
Emitted when the delegate has been opened or closed by swipe, _and_ the respective transition has finished. Change-Id: I8a242e24352d311fd8b41ceafd0a36619eff73f2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickswipe_p.h')
-rw-r--r--src/quicktemplates2/qquickswipe_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickswipe_p.h b/src/quicktemplates2/qquickswipe_p.h
index 2201bb06..8a02cb93 100644
--- a/src/quicktemplates2/qquickswipe_p.h
+++ b/src/quicktemplates2/qquickswipe_p.h
@@ -114,6 +114,8 @@ Q_SIGNALS:
void completeChanged();
/*Q_REVISION(2)*/ void enabledChanged();
/*Q_REVISION(1)*/ void completed();
+ /*Q_REVISION(2)*/ void opened();
+ /*Q_REVISION(2)*/ void closed();
void leftChanged();
void behindChanged();
void rightChanged();