summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testlib/qabstractitemmodeltester.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testlib/qabstractitemmodeltester.cpp b/src/testlib/qabstractitemmodeltester.cpp
index ec7f43b5a4..48476f9716 100644
--- a/src/testlib/qabstractitemmodeltester.cpp
+++ b/src/testlib/qabstractitemmodeltester.cpp
@@ -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.