QEvent: fix typo in apidoc
Change-Id: I43911d781024b5e76ff5065964a570663de6e33c Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>bb10
parent
75b49a59db
commit
ebd1046323
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue