summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-07-31 12:13:25 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-07-31 15:52:39 +0000
commite386cd03d12e401b9e3945602e9621a86009fa11 (patch)
treee376f99df3fcfa87ba363c6323c8c1f356d8ca0c /src/testlib
parent341d967068516ff850227f718eaff46530cd97c2 (diff)
Doc: Remove reference to QTestEvent
QTestEventList refers to QTestEvent, which is an implementation detail that should not appear in documentation. Task-number: QTBUG-68109 Change-Id: Id132889427b757ea17165c8b15ed47bcfb9e1c3f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestevent.qdoc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testlib/qtestevent.qdoc b/src/testlib/qtestevent.qdoc
index a118017107..f0d3bff162 100644
--- a/src/testlib/qtestevent.qdoc
+++ b/src/testlib/qtestevent.qdoc
@@ -31,12 +31,10 @@
\brief The QTestEventList class provides a list of GUI events.
- QTestEventList inherits from QList<QTestEvent *>, and provides
- convenience functions for populating the list.
-
A QTestEventList can be populated with GUI events that can be
stored as test data for later usage, or be replayed on any
- QWidget.
+ QWidget. QTestEventList provides convenience functions for populating
+ the list.
Example:
\snippet code/doc_src_qtestevent.cpp 0
@@ -174,4 +172,3 @@
\sa QTest::mousePress()
*/
-