aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-24 23:23:08 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-25 13:27:47 +0000
commit35415a2d70d5103d5a25c369fd42fec9a3842262 (patch)
tree63deab8dd3c2ed41abd2b1ca2180ec2856f35e28 /src/quicktemplates2/qquickdrawer_p.h
parent6a9042ad7d79865fb2077081d4357536d8e460a9 (diff)
QQuickDrawer: move mouse/touch press handling to handlePress()
Change-Id: I8744525e1f185fa1e58d9e5d81f233a3aad3b2e1 Reviewed-by: Robin Burchell <robin.burchell@crimson.no> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickdrawer_p.h')
-rw-r--r--src/quicktemplates2/qquickdrawer_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickdrawer_p.h b/src/quicktemplates2/qquickdrawer_p.h
index 74b92717..38b425be 100644
--- a/src/quicktemplates2/qquickdrawer_p.h
+++ b/src/quicktemplates2/qquickdrawer_p.h
@@ -86,7 +86,6 @@ Q_SIGNALS:
protected:
bool childMouseEventFilter(QQuickItem *child, QEvent *event) override;
- void mousePressEvent(QMouseEvent *event) override;
void mouseMoveEvent(QMouseEvent *event) override;
bool overlayEvent(QQuickItem *item, QEvent *event) override;