aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-04-21 17:16:20 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-04-21 15:21:28 +0000
commit4397eca4e35b7818f5b251722bf07f53692c9379 (patch)
tree565f2359bd7215f9a15f6189f08f4e7c1e623521 /src/quick
parent3d05a10e40d4349b01e292dbc297036f8de38049 (diff)
Doc: remove reference to no longer existing properties
qquickmultipointtoucharea.cpp:170: warning: Can't link to 'horizontalDiameter' qquickmultipointtoucharea.cpp:170: warning: Can't link to 'verticalDiameter' Change-Id: Ib1cf7c634457f1557631d0e6ffdc942917746e04 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquickmultipointtoucharea.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/items/qquickmultipointtoucharea.cpp b/src/quick/items/qquickmultipointtoucharea.cpp
index 62119effb2..1882976e0c 100644
--- a/src/quick/items/qquickmultipointtoucharea.cpp
+++ b/src/quick/items/qquickmultipointtoucharea.cpp
@@ -176,8 +176,6 @@ void QQuickTouchPoint::setVelocity(const QVector2D &velocity)
It is deprecated because a touch point is more correctly modeled as an ellipse,
whereas this rectangle represents the outer bounds of the ellipse after \l rotation.
-
- \sa horizontalDiameter, verticalDiameter
*/
void QQuickTouchPoint::setArea(const QRectF &area)
{