summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-11-12 12:04:23 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-20 18:05:22 +0000
commitcbf719c9dbf832a99db0e880d965085dddf5ed78 (patch)
tree529e77d2f0891edc725cd34b75a5ceb9fdb8fadd
parentb2a6335a759fe306f5595dbdf801fc9fd9b93c2a (diff)
Doc: explain how to create a test touch device for use with touchEvent
Change-Id: Ib60eb0754449da7c50f8632ebd5228ddbe8389f1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 5861e06568c44c58aecacdf26fd7938240348956) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/testlib/qtestcase.qdoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc
index 72f8cdaf8c..e39b47024f 100644
--- a/src/testlib/qtestcase.qdoc
+++ b/src/testlib/qtestcase.qdoc
@@ -1258,7 +1258,7 @@
should typically use createTouchDevice() to initialize a QTouchDevice
member variable in your test case class, and use the same instance for all tests.
- \sa QTest::QTouchEventSequence
+ \sa QTest::QTouchEventSequence, touchEvent()
*/
/*!
@@ -1394,6 +1394,9 @@
QTouchEventSequence is called (ie when the object returned runs out of scope), unless
\a autoCommit is set to false. When \a autoCommit is false, commit() has to be called
manually.
+
+ \l createTouchDevice() can be called to create a test touch device for use with this
+ function.
*/
/*!
@@ -1410,6 +1413,9 @@
QTouchEventSequence is called (ie when the object returned runs out of scope), unless
\a autoCommit is set to false. When \a autoCommit is false, commit() has to be called
manually.
+
+ \l createTouchDevice() can be called to create a test touch device for use with this
+ function.
*/
// Internals of qtestmouse.h: