From 1eb9f165ec5eb860d1012c7e68784305af1bc0c9 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Wed, 3 Apr 2024 10:54:41 +0200 Subject: [PATCH] Doc: Remove \note that indicates you can access the source code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There used to be an examples page; this is no longer the case. Thus, remove the \note that indicates you can access the source code. Fixes: QTBUG-122166 Pick-to: 6.6 6.5 Change-Id: I1abe88000ae406e8d2cc9cc1deed42664607626b Reviewed-by: Topi Reiniƶ (cherry picked from commit f8bc0e7c3b220dd19a2bb3ed7f868b6c1bcfde7d) Reviewed-by: Qt Cherry-pick Bot --- src/testlib/doc/src/qttestlib-manual.qdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 5c7b298fb9e..00c87b32aec 100644 --- a/src/testlib/doc/src/qttestlib-manual.qdoc +++ b/src/testlib/doc/src/qttestlib-manual.qdoc @@ -583,7 +583,5 @@ \li \l {Chapter 6: Skipping Tests with QSKIP}{Skipping Tests} \endlist - \note You can build and execute the tests from each chapter using the - available source code, which is linked to at the end of each chapter. */