Fix typo in the docs

QEvent::ChildRemoved appeared twice.

Change-Id: Ibd992f18d073a3ba47ab515368d2050d29e8c0e6
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Konstantin Ritt 2015-01-19 19:02:38 +04:00
parent 906577c8b0
commit ff59d73ac6

View File

@ -538,7 +538,7 @@ QTimerEvent::~QTimerEvent()
\a child.
\a type can be QEvent::ChildAdded, QEvent::ChildRemoved,
QEvent::ChildPolished, or QEvent::ChildRemoved.
or QEvent::ChildPolished.
\sa child()
*/