From 08d9861b1ad0dfaf83ec0276376472d868e68b94 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 22 Oct 2020 15:05:10 +0200 Subject: Fix qdoc warning: document parameters correctly Change-Id: I04a2376908369df9cef5d1751797db39034668d3 Reviewed-by: Paul Wicking --- src/imports/testlib/toucheventsequence.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/imports/testlib/toucheventsequence.qdoc b/src/imports/testlib/toucheventsequence.qdoc index bd3551a669..92c5836d49 100644 --- a/src/imports/testlib/toucheventsequence.qdoc +++ b/src/imports/testlib/toucheventsequence.qdoc @@ -57,7 +57,7 @@ /*! \qmlmethod TouchEventSequence TouchEventSequence::press(int touchId, object item, real x = item.width / 2, real y = item.height / 2) - Creates a new point identified as \a touchId, at the point indicated by \e x and \e y relative to \a item. + Creates a new point identified as \a touchId, at the point indicated by \a x and \a y relative to \a item. Further use of the same touch point should maintain the same touchId. Item defaults to the value provided via touchEvent(). @@ -67,7 +67,7 @@ /*! \qmlmethod TouchEventSequence TouchEventSequence::move(int touchId, object item, real x = item.width / 2, real y = item.height / 2) - Moves \a touchId to the point indicated by \e x and \e y relative to \a item. + Moves \a touchId to the point indicated by \a x and \a y relative to \a item. Item defaults to the value provided via touchEvent(). X and y default to the midpoint of the item. @@ -76,7 +76,7 @@ /*! \qmlmethod TouchEventSequence TouchEventSequence::release(int touchId, object item, real x = item.width / 2, real y = item.height / 2) - Removes \a touchId at the point indicated by \e x and \e y relative to \a item. + Removes \a touchId at the point indicated by \a x and \a y relative to \a item. Item defaults to the value provided via touchEvent(). X and y default to the midpoint of the item. -- cgit v1.2.3