summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/doc/src')
-rw-r--r--src/testlib/doc/src/qttest-index.qdoc10
-rw-r--r--src/testlib/doc/src/qttest.qdoc3
2 files changed, 6 insertions, 7 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
diff --git a/src/testlib/doc/src/qttest.qdoc b/src/testlib/doc/src/qttest.qdoc
index 0e29f70e02..fc192644b1 100644
--- a/src/testlib/doc/src/qttest.qdoc
+++ b/src/testlib/doc/src/qttest.qdoc
@@ -36,6 +36,5 @@
\brief Provides classes for unit testing Qt applications and libraries.
- See the \l{Qt Test} page and the \l{Qt Test Overview} guide for further
- information about using this module in your application.
+ The \l{Qt Test} page contains information about how to use the module.
*/