aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpageindicator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickpageindicator_p.h')
-rw-r--r--src/quicktemplates2/qquickpageindicator_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/quicktemplates2/qquickpageindicator_p.h b/src/quicktemplates2/qquickpageindicator_p.h
index 921fe7e8..ea20a37a 100644
--- a/src/quicktemplates2/qquickpageindicator_p.h
+++ b/src/quicktemplates2/qquickpageindicator_p.h
@@ -87,11 +87,6 @@ Q_SIGNALS:
protected:
void contentItemChange(QQuickItem *newItem, QQuickItem *oldItem) override;
- void mousePressEvent(QMouseEvent *event) override;
- void mouseMoveEvent(QMouseEvent *event) override;
- void mouseReleaseEvent(QMouseEvent *event) override;
- void mouseUngrabEvent() override;
-
#if QT_CONFIG(accessibility)
QAccessible::Role accessibleRole() const override;
#endif