QEvent: fix typo in apidoc

Change-Id: I43911d781024b5e76ff5065964a570663de6e33c
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Frederik Schwarzer 2016-10-07 12:09:54 +02:00 committed by Giuseppe D'Angelo
parent 75b49a59db
commit ebd1046323
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ QResizeEvent::~QResizeEvent()
The event handler QWidget::closeEvent() receives close events. The
default implementation of this event handler accepts the close
event. If you do not want your widget to be hidden, or want some
special handing, you should reimplement the event handler and
special handling, you should reimplement the event handler and
ignore() the event.
The \l{mainwindows/application#close event handler}{closeEvent() in the