summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kdab.com>2021-01-18 19:36:55 +0100
committerNicolas Fella <nicolas.fella@kdab.com>2021-01-19 19:10:42 +0100
commit9b2df27bb3a5e8fb788f7274013aa66d32d1250d (patch)
tree13d706e55ce5906097fa9c7d2ade527bf4c24b28 /src
parent0b4717097ebf9614937a03407e741267a6d39a39 (diff)
Add missing since to QEvent::copy docs
Pick-to: 6.0 Change-Id: Idfadc1801b0e97a5030d2784a65ae658900efd12 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qcoreevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreevent.cpp b/src/corelib/kernel/qcoreevent.cpp
index 7491f8e539..d6682f3059 100644
--- a/src/corelib/kernel/qcoreevent.cpp
+++ b/src/corelib/kernel/qcoreevent.cpp
@@ -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); }