summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src/qttest.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-10-26 10:11:36 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2012-11-02 10:35:30 +0100
commit8f1687c572ea661a7b91b0aa675796145513c275 (patch)
treea81c2a552487ff72bc1523f4379007ad437100f7 /src/testlib/doc/src/qttest.qdoc
parent7c50e0b8df63048081108045533a852526c63218 (diff)
Doc: add landing page for Qt Test
Replace "QTestLib" with "Qt Test". Some style and language edits. Remove some empty headings. Change-Id: I568b4bbde981c3ef1899c830931892c16b66b4e2 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Jason McDonald <macadder1@gmail.com>
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}.
*/