summaryrefslogtreecommitdiffstats
path: root/src/statemachine/doc/qt6-changes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/statemachine/doc/qt6-changes.qdoc')
-rw-r--r--src/statemachine/doc/qt6-changes.qdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/statemachine/doc/qt6-changes.qdoc b/src/statemachine/doc/qt6-changes.qdoc
index ad202eb..1aa4343 100644
--- a/src/statemachine/doc/qt6-changes.qdoc
+++ b/src/statemachine/doc/qt6-changes.qdoc
@@ -41,12 +41,19 @@
In this topic we summarize those changes in Qt State Machine module, and provide
guidance to handle them.
- \section1 Changes overview
+ \section1 Changes
The Qt StateMachine module is generally speaking source compatible with the Qt5
version and users of the library should be able to continue with no or
minor changes to their project.
+ \section2 QSignalTransition
+
+ The \l [CPP] QSignalTransition::senderObject() getter and the related
+ Q_PROPERTY now also use const QObject*. These are now better aligned
+ with the setter \l [CPP] QSignalTransition::setSenderObject(const QObject*) that takes a
+ const QObject* as a parameter.
+
\section1 Build system
As with Qt 6 in general, the Qt State Machine module has cmake support in addition