Add missing since to QEvent::copy docs
Change-Id: Idfadc1801b0e97a5030d2784a65ae658900efd12 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 9b2df27bb3a5e8fb788f7274013aa66d32d1250d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
b4d46881c5
commit
09606d526c
@ -355,6 +355,7 @@ QEvent::~QEvent()
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
Creates and returns an identical copy of this event.
|
Creates and returns an identical copy of this event.
|
||||||
|
\since 6.0
|
||||||
*/
|
*/
|
||||||
QEvent *QEvent::clone() const
|
QEvent *QEvent::clone() const
|
||||||
{ return new QEvent(*this); }
|
{ return new QEvent(*this); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user