Add missing since to QEvent::copy docs

Pick-to: 6.0
Change-Id: Idfadc1801b0e97a5030d2784a65ae658900efd12
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Nicolas Fella 2021-01-18 19:36:55 +01:00
parent 0b4717097e
commit 9b2df27bb3
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ QEvent::~QEvent()
/*!
Creates and returns an identical copy of this event.
\since 6.0
*/
QEvent *QEvent::clone() const
{ return new QEvent(*this); }