aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-09-21 11:24:22 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-09-29 05:16:51 +0000
commit6ed738f8ceb55a705430989b9ff374927e51d227 (patch)
tree4651b31738fa67fdb6c5500085609b4a08d848f3
parentcff0864fa54a8d38f5fba90e6fc99a8c3598a498 (diff)
remove QQuickPinchHandler::requiredPointCountChanged signal
This is in QQuickMultiPointHandler Change-Id: Ia4ebb1731395733e2f76edd667330fa15de6f015 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
-rw-r--r--src/quick/handlers/qquickpinchhandler_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickpinchhandler_p.h b/src/quick/handlers/qquickpinchhandler_p.h
index b1ece494a5..28da0db93c 100644
--- a/src/quick/handlers/qquickpinchhandler_p.h
+++ b/src/quick/handlers/qquickpinchhandler_p.h
@@ -116,7 +116,6 @@ public:
void setMaximumY(qreal maxY);
signals:
- void requiredPointCountChanged();
void minimumScaleChanged();
void maximumScaleChanged();
void minimumRotationChanged();