diff options
| author | Shawn Rutledge <shawn.rutledge@qt.io> | 2018-07-23 15:50:22 +0200 |
|---|---|---|
| committer | Shawn Rutledge <shawn.rutledge@qt.io> | 2018-07-24 10:34:33 +0000 |
| commit | 235b0e1411373d6985ccddcf4276ccc4ab6d9dc8 (patch) | |
| tree | 6da201324b3f3be1a9db21da26b1829b9d8bb8f2 /src/quick/handlers/qquickpointerhandler.cpp | |
| parent | a4d3cf9c7d1f58da7ab99aa394d3acdff305caa6 (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/qquickpointerhandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickpointerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickpointerhandler.cpp b/src/quick/handlers/qquickpointerhandler.cpp index 8e10003c6a..5f8106af3e 100644 --- a/src/quick/handlers/qquickpointerhandler.cpp +++ b/src/quick/handlers/qquickpointerhandler.cpp @@ -95,7 +95,7 @@ QQuickPointerHandler::~QQuickPointerHandler() The default value is 0. - \image pointDistanceThreshold.png + \image pointerHandlerMargin.png */ qreal QQuickPointerHandler::margin() const { |
