Doc: Fix links in see also documentation

Pick-to: 6.9 6.10
Change-Id: Ie2b6964550ea166def27de311c2b948afba5bf04
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
David Boddie 2025-06-05 12:52:55 +02:00
parent 619ea08036
commit 479fb822bf
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.
\sa failOnWarning()
\sa failOnWarning(const char *)
*/
void QTest::failOnWarning()
{

View File

@ -455,7 +455,7 @@
\note This macro can only be used in a test function that is invoked
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()
*/