qt5base-lts/tests/auto/corelib/statemachine/qstatemachine
Kent Hansen f7c2ba9bbe Enter initial state before QStateMachine::started() is emitted
The documentation says that started() "is emitted when the state
machine has entered its initial state", but the implementation
didn't adhere to that.

The consequence is that if you e.g. emitted a signal from a slot
connected to started(), and that signal was used by a transition
from the initial state, the signal would effectively get ignored and
the state machine would remain in the initial state.

Task-number: QTBUG-24307
Change-Id: Ibbeb627d517eaff821d88e256a949eacf6aae350
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
2012-06-04 16:53:42 +02:00
..
qstatemachine.pro Improved stability of tst_qstatemachine, mark as parallel-safe 2012-05-31 05:37:25 +02:00
tst_qstatemachine.cpp Enter initial state before QStateMachine::started() is emitted 2012-06-04 16:53:42 +02:00