diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-08-27 16:53:15 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-08-28 09:29:11 (GMT) |
commit | e88a947cd8ac7bd78922a5468cd8b631b8ccf479 (patch) | |
tree | 72828b88f6f2b6707c61e7f131fca6ad54ed84bb /tests/auto/qabstractmessagehandler | |
parent | 399d7f19ea356a29933b5a08d66b791061586c87 (diff) | |
download | Qt-e88a947cd8ac7bd78922a5468cd8b631b8ccf479.zip Qt-e88a947cd8ac7bd78922a5468cd8b631b8ccf479.tar.gz Qt-e88a947cd8ac7bd78922a5468cd8b631b8ccf479.tar.bz2 |
Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.
The signal index actually emitted was different from the signal index
registered. This was due to recent changes in the meta-object protocol, where
new indexes are being created (cloned) for signals with default parameters.
When registering the transition signal, we now look for the original (non
cloned) signal index. The transition keeps track of the user-specified signal
index, and sets it when calling onTransition.
Reviewed-by: Kent Hansen
Reviewed-by: Olivier Goffart
Task-number: 260403
Diffstat (limited to 'tests/auto/qabstractmessagehandler')
0 files changed, 0 insertions, 0 deletions