From 9c7b9f9f58c734d61410056b04961fb5ee8d0311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amanda=20Hamblin-Tru=C3=A9?= Date: Wed, 5 Jul 2023 16:15:27 +0200 Subject: [PATCH] QtTest: fix documention wording and typo Change-Id: I71c38e40db9ff222016ed24a43f646ceef749180 Reviewed-by: Leena Miettinen (cherry picked from commit 9de8e7532b52a0a98bfb319d045ee03874dc09c8) Reviewed-by: Qt Cherry-pick Bot --- src/testlib/doc/src/qttestlib-manual.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 2d89693d35c..245749dba68 100644 --- a/src/testlib/doc/src/qttestlib-manual.qdoc +++ b/src/testlib/doc/src/qttestlib-manual.qdoc @@ -790,7 +790,7 @@ \nextpage {Chapter 4: Replaying GUI Events}{Chapter 4} \title Chapter 3: Simulating GUI Events - \brief Howe to simulate GUI events. + \brief How to simulate GUI events. Qt Test features some mechanisms to test graphical user interfaces. Instead of simulating native window system events, @@ -958,7 +958,7 @@ \title Chapter 5: Writing a Benchmark \brief How to write a benchmark. - This final demonstrates how to write benchmarks using Qt Test. + This chapter demonstrates how to write benchmarks using Qt Test. \section1 Writing a Benchmark To create a benchmark we extend a test function with a QBENCHMARK macro.