summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-11 17:23:18 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-17 20:16:12 +0100
commitd4b3989818e85b1e1f3183bef2711e125fbe76ca (patch)
treefe4d940d588be1a33ec06a60ce163f4d5a873cf4 /src/testlib/doc/src
parent4f6c5d83d09881a8432873487eab44b88eabec9e (diff)
Update landing pages and module pages in qtbase
-Qt SQL, Qt D-BUS, Qt GUI, Qt OpenGL, Qt Widgets, Qt Test, Qt Concurrent, Qt XML, Qt Network, Qt Core -language edits for consistency, add links Task-number: QTBUG-87155 Change-Id: Ic61350c9fa15090c802a42d8e9116219591eba73 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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.
*/