diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 2c9f2d4049e..ceee26f36cb 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -3015,7 +3015,9 @@ bool QTest::currentTestFailed() return QTestResult::currentTestFailed(); } -/* +/*! + \internal + \since 6.4 Returns \c true during the run of the test-function and its set-up. Used by the \c{QTRY_*} macros and \l QTestEventLoop to check whether to