diff options
author | David Boddie <[email protected]> | 2025-06-05 12:52:55 +0200 |
---|---|---|
committer | David Boddie <[email protected]> | 2025-06-10 15:28:31 +0200 |
commit | 479fb822bf265d45178b7a9bd0bdacb0a02ce88b (patch) | |
tree | c7cc2cd1f7c20288bf6b3e430e9befebb17646aa | |
parent | 619ea080364cce9a4b390e75796809f454b80dd3 (diff) |
Doc: Fix links in see also documentation
Pick-to: 6.9 6.10
Change-Id: Ie2b6964550ea166def27de311c2b948afba5bf04
Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r-- | src/testlib/qtestcase.cpp | 2 | ||||
-rw-r--r-- | src/testlib/qtestcase.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index d030e714bc6..f4aa45be73e 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -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() { diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc index a736b18865f..4b6efbacd30 100644 --- a/src/testlib/qtestcase.qdoc +++ b/src/testlib/qtestcase.qdoc @@ -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() */ |