summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src/qttest-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/doc/src/qttest-index.qdoc')
-rw-r--r--src/testlib/doc/src/qttest-index.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testlib/doc/src/qttest-index.qdoc b/src/testlib/doc/src/qttest-index.qdoc
index 303bf48893..9c230afb88 100644
--- a/src/testlib/doc/src/qttest-index.qdoc
+++ b/src/testlib/doc/src/qttest-index.qdoc
@@ -29,11 +29,11 @@
\title Qt Test
\brief Provides classes for unit testing Qt applications and libraries.
- Qt Test provides classes for unit testing Qt applications and libraries.
- All public methods are in the \l QTest namespace. In addition, the
- \l QSignalSpy class provides easy introspection for Qt's signals and slots,
- and the \l QAbstractItemModelTester allows for non-destructive testing
- of item models.
+ The Qt Test module provides classes for unit testing Qt applications and
+ libraries. All public methods are in the \l QTest namespace. In addition,
+ the \l QSignalSpy class provides easy introspection for Qt's signals and
+ slots, and the \l QAbstractItemModelTester allows for non-destructive
+ testing of item models.
\note There is no binary compatibility guarantee for the Qt Test module.
This means that an application that uses Qt Test is only guaranteed