Unfix QTest touch API documentation
Partial revert of 5866b82e24.
The function is still in the QTest namespace.
Change-Id: I5e25b405baf07e61781ca4a527601ef0bf8ce6a4
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
parent
233b9d7c5f
commit
8d36149262
|
|
@ -1257,7 +1257,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn QPointingDevice * createTouchDevice(QInputDevice::DeviceType devType = QInputDevice::DeviceType::TouchScreen, QInputDevice::Capabilities caps = QInputDevice::Capability::Position)
|
||||
\fn QPointingDevice * QTest::createTouchDevice(QInputDevice::DeviceType devType = QInputDevice::DeviceType::TouchScreen, QInputDevice::Capabilities caps = QInputDevice::Capability::Position)
|
||||
\since 5.8
|
||||
|
||||
Creates a dummy touch device of type \a devType for simulation of touch events.
|
||||
|
|
|
|||
Loading…
Reference in New Issue