summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/statemachine')
-rw-r--r--tests/auto/statemachine/tst_statemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/statemachine/tst_statemachine.cpp b/tests/auto/statemachine/tst_statemachine.cpp
index 9ee9aa4..913ec86 100644
--- a/tests/auto/statemachine/tst_statemachine.cpp
+++ b/tests/auto/statemachine/tst_statemachine.cpp
@@ -110,7 +110,7 @@ void tst_StateMachine::activeStateNames()
QScopedPointer<QScxmlStateMachine> stateMachine(QScxmlStateMachine::fromFile(scxmlFileName));
QVERIFY(!stateMachine.isNull());
- QSignalSpy stableStateSpy(stateMachine.data(), SIGNAL(reachedStableState(bool)));
+ QSignalSpy stableStateSpy(stateMachine.data(), SIGNAL(reachedStableState()));
stateMachine->init();
stateMachine->start();