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>
This commit is contained in:
Paul Wicking 2018-07-31 12:13:25 +02:00
parent 341d967068
commit e386cd03d1

View File

@ -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()
*/