Doc: Fix links in see also documentation

Change-Id: Ie2b6964550ea166def27de311c2b948afba5bf04
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 479fb822bf265d45178b7a9bd0bdacb0a02ce88b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 3a5cb14dd375e2d32b191708269f0a476ba6ee7f)
This commit is contained in:
David Boddie 2025-06-05 12:52:55 +02:00 committed by Qt Cherry-pick Bot
parent 6910ca44cd
commit a72d1c424a
2 changed files with 2 additions and 2 deletions

View File

@ -2223,7 +2223,7 @@ void QTest::ignoreMessage(QtMsgType type, const QRegularExpression &messagePatte
Appends a test failure to the test log if any warning is output. Appends a test failure to the test log if any warning is output.
\sa failOnWarning() \sa failOnWarning(const char *)
*/ */
void QTest::failOnWarning() void QTest::failOnWarning()
{ {

View File

@ -455,7 +455,7 @@
\note This macro can only be used in a test function that is invoked \note This macro can only be used in a test function that is invoked
by the test framework. by the test framework.
\sa QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2(), QVERIFY(), QCOMPARE(), QTRY_COMPARE(), \sa QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY(), QVERIFY(), QCOMPARE(), QTRY_COMPARE(),
QEXPECT_FAIL() QEXPECT_FAIL()
*/ */