diff options
| author | Martin Smith <martin.smith@qt.io> | 2018-02-19 15:10:10 +0100 |
|---|---|---|
| committer | Martin Smith <martin.smith@qt.io> | 2018-02-23 13:05:16 +0000 |
| commit | 485e183062043b39c0b6ec57caee7032dfffc5b0 (patch) | |
| tree | 6a15414169658b1548b061b0a6970c2ca09f78d8 /src/quick/handlers/qquickpointerdevicehandler.cpp | |
| parent | 5475f84af82668e25d40a31ad9c6ede438bf7dfe (diff) | |
doc: Correct mostly linking errors
This update corrects many qdoc warnings, mostly of the "Can't link to..."
variety, but there were also a few qdoc comments added. As of this update,
the qdoc warning count is 46 in QtDeclarative.
Change-Id: Icf2d34c7ce7010ebfd9b474feacfe8af42f3fd5f
Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerdevicehandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickpointerdevicehandler.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickpointerdevicehandler.cpp b/src/quick/handlers/qquickpointerdevicehandler.cpp index 1521b58d57..06831613b6 100644 --- a/src/quick/handlers/qquickpointerdevicehandler.cpp +++ b/src/quick/handlers/qquickpointerdevicehandler.cpp @@ -75,7 +75,8 @@ QQuickPointerDeviceHandler::~QQuickPointerDeviceHandler() The types of pointing devices that can activate this Pointer Handler. - By default, this property is set to \l PointerDevice.AllDevices. + By default, this property is set to + \l{QtQuick::PointerDevice::type} {PointerDevice.AllDevices}. If you set it to an OR combination of device types, it will ignore events from non-matching devices. @@ -110,7 +111,8 @@ void QQuickPointerDeviceHandler::setAcceptedDevices(QQuickPointerDevice::DeviceT The types of pointing instruments (finger, stylus, eraser, etc.) that can activate this Pointer Handler. - By default, this property is set to \l PointerDevice.AllPointerTypes. + By default, this property is set to + \l {QtQuick::PointerDevice::pointerType} {PointerDevice.AllPointerTypes}. If you set it to an OR combination of device types, it will ignore events from non-matching events. |
