aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickmultipointhandler_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-07-23 15:50:22 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-07-24 10:34:33 +0000
commit235b0e1411373d6985ccddcf4276ccc4ab6d9dc8 (patch)
tree6da201324b3f3be1a9db21da26b1829b9d8bb8f2 /src/quick/handlers/qquickmultipointhandler_p.h
parenta4d3cf9c7d1f58da7ab99aa394d3acdff305caa6 (diff)
Finish renaming pointDistanceThreshold to margin (including doc image)
Followup to da722fb448f06cf43780e6f857a1ccd9f07176d6 Task-number: QTBUG-68077 Change-Id: I93322949018091e453297164ef1838619d19ee57 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickmultipointhandler_p.h')
-rw-r--r--src/quick/handlers/qquickmultipointhandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickmultipointhandler_p.h b/src/quick/handlers/qquickmultipointhandler_p.h
index 80f6917d24..fbd9f378a3 100644
--- a/src/quick/handlers/qquickmultipointhandler_p.h
+++ b/src/quick/handlers/qquickmultipointhandler_p.h
@@ -80,7 +80,7 @@ public:
signals:
void minimumPointCountChanged();
void maximumPointCountChanged();
- void pointDistanceThresholdChanged();
+ void marginChanged();
void centroidChanged();
protected: