From d0908d0095635b7460b71abd8298874a6ff73c37 Mon Sep 17 00:00:00 2001 From: Tamas Martinec Date: Tue, 14 Dec 2021 11:39:25 +0200 Subject: 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 Reviewed-by: Juha Vuolle --- src/corelib/doc/src/qt6-changes.qdoc | 6 ++++++ 1 file changed, 6 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 5d9999abf3..2c8264ba62 100644 --- a/src/corelib/doc/src/qt6-changes.qdoc +++ b/src/corelib/doc/src/qt6-changes.qdoc @@ -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. */ -- cgit v1.2.3