aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-18 14:30:28 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-18 17:39:05 +0100
commit8b109a322313ec6227392135f0e71f11adc64ea9 (patch)
tree05fa6548b7b7697290d4c6c6cc984250916affdb
parent016b3776630daa9db38e37abcddb396751252355 (diff)
Mention a change in Qt Quick Test
Change-Id: Id81fcbd8e6869239ad4625907819987463443d07 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/qmltest/doc/src/qt6-changes.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmltest/doc/src/qt6-changes.qdoc b/src/qmltest/doc/src/qt6-changes.qdoc
index 03cb61936f..9df130e4ce 100644
--- a/src/qmltest/doc/src/qt6-changes.qdoc
+++ b/src/qmltest/doc/src/qt6-changes.qdoc
@@ -41,6 +41,8 @@
In this topic we summarize those changes in Qt Quick Test, and provide
guidance to handle them.
- \section1 ADD STUFF HERE
+ \section1 Mouse event simulation
+ \l{TestCase::mouseMove} moves the cursor to the center of the item
+ if the coordinate is not explicitly specified.
*/