From 4397eca4e35b7818f5b251722bf07f53692c9379 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 21 Apr 2017 17:16:20 +0200 Subject: 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 --- src/quick/items/qquickmultipointtoucharea.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/quick/items') 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) { -- cgit v1.2.3