aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickswitch_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-27 21:20:23 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-29 06:55:33 +0000
commitbbb113b0e3a82325ba5c1b79061cae757db7468d (patch)
tree03d59347b51a5a673dbfdf3ac3b6644be52f871a /src/templates/qquickswitch_p.h
parent442e034b20bac29798806abd39acdd6aea7b65e6 (diff)
QQuickSwitch: cleanup implementation details from the API
Change-Id: I7cb9df78455bd32cfe70f29a1d3f9392dc88930f Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickswitch_p.h')
-rw-r--r--src/templates/qquickswitch_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/templates/qquickswitch_p.h b/src/templates/qquickswitch_p.h
index 8e822b73..2670c863 100644
--- a/src/templates/qquickswitch_p.h
+++ b/src/templates/qquickswitch_p.h
@@ -76,11 +76,6 @@ protected:
void mirrorChange() Q_DECL_OVERRIDE;
bool childMouseEventFilter(QQuickItem *child, QEvent *event) Q_DECL_OVERRIDE;
- bool handleMousePressEvent(QQuickItem *child, QMouseEvent *event);
- bool handleMouseMoveEvent(QQuickItem *child, QMouseEvent *event);
- bool handleMouseReleaseEvent(QQuickItem *child, QMouseEvent *event);
- bool handleMouseUngrabEvent(QQuickItem *child);
-
virtual qreal positionAt(const QPoint &point) const;
private: