summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-07-04 15:25:51 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-07-06 18:41:32 +0200
commited715cf8a70b26f1348769c28f0e07a03361e8be (patch)
tree169d515cb235eebe11939108e9f07012a3599c9a /src/corelib/doc/src/qt6-changes.qdoc
parent6ad481c31f7a4658e185dd9c6832b81d91d5a1ec (diff)
Porting guide: recover the missing section title
4cc1d81d79da912fefe1cd36fcde159e1bbd31e5 accidentally removed the section title, recover it. Pick-to: 6.4 6.3 6.2 Change-Id: Idb4e5732f181505b8b9eebb1bf3635741a084657 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/doc/src/qt6-changes.qdoc')
-rw-r--r--src/corelib/doc/src/qt6-changes.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc
index 8bf8066964..cf1cc01b1f 100644
--- a/src/corelib/doc/src/qt6-changes.qdoc
+++ b/src/corelib/doc/src/qt6-changes.qdoc
@@ -782,6 +782,8 @@
code-bases working. If you want to use \c QRegExp further, see
\l {Using the Qt5Compat module}.
+ \section1 QEvent and subclasses
+
The QEvent class defined a copy constructor and an assignment operator,
in spite of being a polymorphic class. Copying classes with virtual methods
can result in slicing when assigning objects from different classes to each