From a95c568908491286ffd0050f913c29dcbd408013 Mon Sep 17 00:00:00 2001 From: Dheerendra Purohit Date: Thu, 27 Mar 2025 10:08:23 +0530 Subject: [PATCH] Doc: Update QTest documentation to reference Qt6Test The QTest documentation incorrectly referenced Qt5Test instead of Qt6Test. This has been updated to reflect the correct module name. Fixes outdated references in the documentation and ensures consistency with Qt 6 naming conventions. Fixes: QTBUG-134395 Change-Id: I254df83ecbea542c1a47b17aa0b756ed8a6f562a Reviewed-by: Alexandru Croitor --- src/testlib/doc/src/qttestlib-manual.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 2e434844560..65bdd96e784 100644 --- a/src/testlib/doc/src/qttestlib-manual.qdoc +++ b/src/testlib/doc/src/qttestlib-manual.qdoc @@ -185,7 +185,7 @@ The following is an example of a CMakeLists.txt file that specifies the project name and the language used (here, \e mytest and C++), the Qt - modules required for building the test (Qt5Test), and the files that are + modules required for building the test (Qt Test), and the files that are included in the test (\e tst_mytest.cpp). \quotefile code/doc_src_cmakelists.txt