QDoc-ify QTest::runningTest()'s comment

While it's being picked into 6.3, it's not present in 6.3.[01], so
I've left it out of QDoc's sight (even though it's still \internal)
for the version picked to 6.3, but let's include it in internal docs
as "from 6.4" since that's the first minor release to contain it.

Pick-to: 6.4
Change-Id: I1704a1ca4ba1231d0213e9ca236ef8401a59ddd0
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Edward Welbourne 2022-07-25 17:04:14 +02:00
parent 0462dba766
commit b3262c7e54

View File

@ -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