summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 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()
{