Replace 0 with \nullptr in QTest::currentDataTag()'s doc

The function's return type is a pointer, not an integer.

Change-Id: Iab6686ac7e4e24b9b1bd0127346c5854cf593a57
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Edward Welbourne 2022-07-08 16:24:24 +02:00
parent 8cc58fbbc7
commit 281cada9c1

View File

@ -2964,7 +2964,7 @@ const char *QTest::currentTestFunction()
/*! /*!
Returns the name of the current test data. If the test doesn't Returns the name of the current test data. If the test doesn't
have any assigned testdata, the function returns 0. have any assigned testdata, the function returns \nullptr.
*/ */
const char *QTest::currentDataTag() const char *QTest::currentDataTag()
{ {