Update QAbstractItemModelTester::FailureReportingMode documentation

The key part of FailureReportingMode::QtTest is that it will result
in a test failure (via QTest::qVerify); not that it's using the
QtTest logging machinery.

Pick-to: 6.2
Change-Id: I18472fba173ce1323748f1f87301a4defa87020e
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Tor Arne Vestbø 2021-07-31 15:49:19 +02:00
parent 9f092c1077
commit 07d8885ccc
1 changed files with 1 additions and 2 deletions

View File

@ -184,8 +184,7 @@ private:
This enumeration specifies how QAbstractItemModelTester should report
a failure when it tests a QAbstractItemModel subclass.
\value QtTest The failures will be reported through
QtTest's logging mechanism.
\value QtTest The failures will be reported as QtTest test failures.
\value Warning The failures will be reported as
warning messages in the \c{qt.modeltest} logging category.