Document the State Machine Framework changes in the Core Migration Guide

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

Task-number: QTBUG-89285
Change-Id: I95d065230708d5b505d04309fd6ca21007d878dc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
(cherry picked from commit d0908d0095635b7460b71abd8298874a6ff73c37)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tamas Martinec 2021-12-14 11:39:25 +02:00 committed by Qt Cherry-pick Bot
parent 5d0770f69c
commit b3ce014683

View File

@ -865,4 +865,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.
*/