aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-24 22:35:59 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-25 13:27:14 +0000
commit279ab48f8bf61a06d5a334924f0b01f45e202cef (patch)
tree42828f3642625aca32aa30257637ca4f65f10170 /src/quicktemplates2/qquickdrawer_p_p.h
parentc6151f84a7bd7cadb5f86d58582fb659ce4fae09 (diff)
QQuickDrawer: move mouse/touch release handling to handleRelease()
Change-Id: I279fe0a0c77e482a414424f90827e85a91df221a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickdrawer_p_p.h')
-rw-r--r--src/quicktemplates2/qquickdrawer_p_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickdrawer_p_p.h b/src/quicktemplates2/qquickdrawer_p_p.h
index bb341d50..5117ef77 100644
--- a/src/quicktemplates2/qquickdrawer_p_p.h
+++ b/src/quicktemplates2/qquickdrawer_p_p.h
@@ -72,7 +72,6 @@ public:
bool startDrag(QEvent *event);
bool grabMouse(QMouseEvent *event);
- bool ungrabMouse(QMouseEvent *event);
void handlePress(const QPointF &point, ulong timestamp) override;
void handleMove(const QPointF &point, ulong timestamp) override;
@@ -81,7 +80,6 @@ public:
bool handleMousePressEvent(QQuickItem *item, QMouseEvent *event);
bool handleMouseMoveEvent(QQuickItem *item, QMouseEvent *event);
- bool handleMouseReleaseEvent(QQuickItem *item, QMouseEvent *event);
bool prepareEnterTransition() override;
bool prepareExitTransition() override;