qt6-bb10/tests/auto/corelib/statemachine/qstatemachine
Erik Verbruggen c07f5b801b QStateMachine: add internal transitions.
The behavior of "external" and "internal" transitions is identical,
except in the case of a transition whose source state is a compound
state and whose target(s) is a descendant of the source. In such a case,
an internal transition will not exit and re-enter its source state,
while an external one will.

[ChangeLog][State machine] Added support for internal transitions.

Change-Id: I9efb1e7368ee52aa2544eb84709a00ae3d5350d3
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
2015-05-04 12:49:28 +00:00
..
qstatemachine.pro don't erroneously claim that gui support is needed 2013-10-16 17:10:15 +02:00
tst_qstatemachine.cpp QStateMachine: add internal transitions. 2015-05-04 12:49:28 +00:00