summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-11-20 10:08:29 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-11-20 10:12:44 +0100
commit0dc61c4216697a2c4066d4735b4be941e869e514 (patch)
tree8a3876897fc5144cc2f9b28223ff9548944a8775 /src/testlib/qtestcase.cpp
parentb98b11fa036ea301d1483df6f533ec55be727d9d (diff)
parenta769a212e0c22283fc05d3f49c252f8e2a62ba3f (diff)
Merge branch 'newdocs'
Added prepare_docs to qt_build_config.prf (it was added directly in configure in the source branch) Conflicts: configure tools/configure/configureapp.cpp Change-Id: I1337c69fc62b1c934e3e39b4409e4857440c9db8
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r--src/testlib/qtestcase.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 025710b3b7..6f8b12bded 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -93,10 +93,9 @@ QT_BEGIN_NAMESPACE
\inmodule QtTest
\brief The QTest namespace contains all the functions and
- declarations that are related to the QTestLib tool.
+ declarations that are related to Qt Test.
- Please refer to the \l{QTestLib Manual} documentation for information on
- how to write unit tests.
+ See the \l{Qt Test Overview} for information about how to write unit tests.
*/
/*! \macro QVERIFY(condition)
@@ -486,7 +485,7 @@ QT_BEGIN_NAMESPACE
\snippet qtestlib/tutorial5/benchmarking.cpp 0
- \sa {QTestLib Manual#Creating a Benchmark}{Creating a Benchmark},
+ \sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}
*/
@@ -507,7 +506,7 @@ QT_BEGIN_NAMESPACE
once. The elapsed time will be reported as "0" if it's to short to
be measured by the selected backend. (Use)
- \sa {QTestLib Manual#Creating a Benchmark}{Creating a Benchmark},
+ \sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}
*/