aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/testlib/TestCase.qml')
-rw-r--r--src/imports/testlib/TestCase.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index 380b7e38d7..7aab7ef612 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -1614,7 +1614,7 @@ Item {
\since 5.9
- Begins a sequence of touch events through a simulated QTouchDevice::TouchScreen.
+ Begins a sequence of touch events through a simulated touchscreen (QPointingDevice).
Events are delivered to the window containing \a item.
The returned object is used to enumerate events to be delivered through a single
@@ -1649,7 +1649,7 @@ Item {
}
\endcode
- \sa TouchEventSequence::press(), TouchEventSequence::move(), TouchEventSequence::release(), TouchEventSequence::stationary(), TouchEventSequence::commit(), QTouchDevice::TouchScreen
+ \sa TouchEventSequence::press(), TouchEventSequence::move(), TouchEventSequence::release(), TouchEventSequence::stationary(), TouchEventSequence::commit(), QInputDevice::DeviceType::TouchScreen
*/
function touchEvent(item) {