Document the State Machine Framework changes in the Core Migration Guide

Added section about having the State Machine Framework moved to its
own module.

Pick-to: 6.2
Pick-to: 6.3
Task-number: QTBUG-89285
Change-Id: I95d065230708d5b505d04309fd6ca21007d878dc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
This commit is contained in:
Tamas Martinec 2021-12-14 11:39:25 +02:00
parent 23964ce05f
commit d0908d0095

View File

@ -883,4 +883,10 @@
QLibraryInfo::location() and QLibraryInfo::Location were deprecated due to inconsistent
naming. Use the new API QLibraryInfo::path() and QLibraryInfo::LibraryPath instead.
\section1 Qt State Machine Framework
\l {Qt State Machine} was moved into the Qt SCXML module (soon to be renamed to Qt
State Machines) and therefore it is no longer part of Qt Core. There were very few
cross dependencies inside Qt Core which ultimately led to this decision.
*/