summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.qdoc
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-11-02 15:59:29 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2020-11-02 15:54:43 +0000
commit8d361492623db312d80715eb182fff2c8f04680c (patch)
tree4b5457d2c2c574661113bbba2cb1d8238b990ee2 /src/testlib/qtestcase.qdoc
parent233b9d7c5fac2abdad43c4ec90eab54e7791d095 (diff)
Unfix QTest touch API documentation
Partial revert of 5866b82e240915b9b8d2be7394af560877111ee3. The function is still in the QTest namespace. Change-Id: I5e25b405baf07e61781ca4a527601ef0bf8ce6a4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/testlib/qtestcase.qdoc')
-rw-r--r--src/testlib/qtestcase.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc
index 14a165e55f..7db38eee1b 100644
--- a/src/testlib/qtestcase.qdoc
+++ b/src/testlib/qtestcase.qdoc
@@ -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.