Porting guide: recover the missing section title

4cc1d81d79da912fefe1cd36fcde159e1bbd31e5 accidentally removed the
section title, recover it.

Change-Id: Idb4e5732f181505b8b9eebb1bf3635741a084657
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit ed715cf8a70b26f1348769c28f0e07a03361e8be)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sona Kurazyan 2022-07-04 15:25:51 +02:00 committed by Qt Cherry-pick Bot
parent adec393957
commit 845f61b69a

View File

@ -782,6 +782,8 @@
code-bases working. If you want to use \c QRegExp further, see code-bases working. If you want to use \c QRegExp further, see
\l {Using the Qt5Compat module}. \l {Using the Qt5Compat module}.
\section1 QEvent and subclasses
The QEvent class defined a copy constructor and an assignment operator, The QEvent class defined a copy constructor and an assignment operator,
in spite of being a polymorphic class. Copying classes with virtual methods in spite of being a polymorphic class. Copying classes with virtual methods
can result in slicing when assigning objects from different classes to each can result in slicing when assigning objects from different classes to each