summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 51b015a7..40a51523 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -140,6 +140,14 @@
\endlist
\endlist
+ \section2 Qt Test Module
+
+ \list
+ \li Added QTest::currentTestResolved() which returns true if the test
+ has failed or skipped. This can replace QTest::currentTestFailed()
+ as the condition to test on return from a helper function.
+ \endlist
+
\section2 Qt Widgets Module
\list