summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src/qttest.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/doc/src/qttest.qdoc')
-rw-r--r--src/testlib/doc/src/qttest.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/testlib/doc/src/qttest.qdoc b/src/testlib/doc/src/qttest.qdoc
index f0a9d80a5d..8044b45f99 100644
--- a/src/testlib/doc/src/qttest.qdoc
+++ b/src/testlib/doc/src/qttest.qdoc
@@ -27,15 +27,15 @@
/*!
\module QtTest
- \title QtTest Module
+ \title Qt Test C++ Classes
\ingroup modules
\keyword QtTest
- \brief The QtTest module provides classes for unit testing Qt applications and libraries.
+ \brief Provides classes for unit testing Qt applications and libraries.
Applications that use Qt's unit testing classes need to
- be configured to be built against the QtTest module.
+ be configured to be built against the Qt Test module.
To include the definitions of the module's classes, use the
following directive:
@@ -46,9 +46,8 @@
\snippet code/doc_src_qttest.pro 1
- See the \l{QTestLib Manual} for a detailed introduction on how to use
+ See \l{Qt Test Overview} for an introduction on how to use
Qt's unit testing features with your applications.
- The QtTest module is part of all \l{Qt editions}.
*/