aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-11-04 13:06:48 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-11-05 09:00:41 +0100
commit9eea418e1a13e0cee239903103dbccb83e936c40 (patch)
treeca43a44dddd6932f4b265b605bcf00861a8a92d4 /src/imports/testlib
parent4fd12eef18204920b0974e7252eb6d97c4f1d485 (diff)
Doc: Fix documentation warnings for QML Models and Test modules
Fixes: QTBUG-88156 Change-Id: Ie9723f1bb612f4603d15455a0320cc01b27ff181 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/imports/testlib')
-rw-r--r--src/imports/testlib/TestCase.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index 185287ebd5..fd0b799399 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -1621,7 +1621,7 @@ Item {
}
\endcode
- \sa TouchEventSequence::press(), TouchEventSequence::move(), TouchEventSequence::release(), TouchEventSequence::stationary(), TouchEventSequence::commit(), QInputDevice::DeviceType::TouchScreen
+ \sa TouchEventSequence::press(), TouchEventSequence::move(), TouchEventSequence::release(), TouchEventSequence::stationary(), TouchEventSequence::commit(), QInputDevice::DeviceType
*/
function touchEvent(item) {