aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpinchhandler.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-09-10 18:33:56 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-09-11 13:37:19 +0000
commitf681bf66155a18fa0367401d17559ab4c93abd46 (patch)
treea897c959aa02e0d76db870e9317cd608f7010c07 /src/quick/handlers/qquickpinchhandler.cpp
parent8e5578d3fcb86efad6bcde31a194ebd5009b1d70 (diff)
Doc: Fix the QML type of MultiPointHandler.centroid
We use QML types not C++ types in QML docs. This fixes links so that you can see the centroid's properties. Change-Id: I3efe04dbfefba965176030adc3e65672519b81dc Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpinchhandler.cpp')
-rw-r--r--src/quick/handlers/qquickpinchhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickpinchhandler.cpp b/src/quick/handlers/qquickpinchhandler.cpp
index 00376944c7..360dac737e 100644
--- a/src/quick/handlers/qquickpinchhandler.cpp
+++ b/src/quick/handlers/qquickpinchhandler.cpp
@@ -496,7 +496,7 @@ void QQuickPinchHandler::handlePointerEventImpl(QQuickPointerEvent *event)
/*!
\readonly
- \qmlproperty QQuickHandlerPoint QtQuick::PinchHandler::centroid
+ \qmlproperty QtQuick::HandlerPoint QtQuick::PinchHandler::centroid
A point exactly in the middle of the currently-pressed touch points.
The \l target will be rotated around this point.