From ed715cf8a70b26f1348769c28f0e07a03361e8be Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Mon, 4 Jul 2022 15:25:51 +0200 Subject: 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 --- src/corelib/doc/src/qt6-changes.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/doc/src/qt6-changes.qdoc') 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 -- cgit v1.2.3