From 8f1687c572ea661a7b91b0aa675796145513c275 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 26 Oct 2012 10:11:36 +0200 Subject: 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 Reviewed-by: Jason McDonald --- src/testlib/doc/src/qttest.qdoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/testlib/doc/src/qttest.qdoc') 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}. */ -- cgit v1.2.3