aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-24 23:52:44 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-25 14:20:08 +0000
commitcacac5a630d6e91417f077e072455a94e78bf571 (patch)
treefe7a4872d4f12293582448fdf14ddcf1eaba7330 /src/quicktemplates2/qquickdrawer_p_p.h
parent35415a2d70d5103d5a25c369fd42fec9a3842262 (diff)
Eradicate QQuickDrawerPrivate::handleMouseMoveEvent()
Change-Id: I4759baa3691498fce8c291cbb0d3f77e9e2fd8d6 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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickdrawer_p_p.h b/src/quicktemplates2/qquickdrawer_p_p.h
index 9fca728f..4c577982 100644
--- a/src/quicktemplates2/qquickdrawer_p_p.h
+++ b/src/quicktemplates2/qquickdrawer_p_p.h
@@ -71,15 +71,13 @@ public:
void resizeOverlay() override;
bool startDrag(QEvent *event);
- bool grabMouse(QMouseEvent *event);
+ bool grabMouse(QQuickItem *item, QMouseEvent *event);
void handlePress(const QPointF &point, ulong timestamp) override;
void handleMove(const QPointF &point, ulong timestamp) override;
void handleRelease(const QPointF &point, ulong timestamp) override;
void handleUngrab() override;
- bool handleMouseMoveEvent(QQuickItem *item, QMouseEvent *event);
-
bool prepareEnterTransition() override;
bool prepareExitTransition() override;