diff options
-rw-r--r-- | tests/auto/statemachine/tst_statemachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/statemachine/tst_statemachine.cpp b/tests/auto/statemachine/tst_statemachine.cpp index 1aa74f7..0ce4b65 100644 --- a/tests/auto/statemachine/tst_statemachine.cpp +++ b/tests/auto/statemachine/tst_statemachine.cpp @@ -539,7 +539,7 @@ void tst_StateMachine::bindings() // -- QScxmlStateMachine::invokedServices // Test executes statemachine and observes as the invoked services change TopMachine topSm; - QSignalSpy invokedSpy(&topSm, SIGNAL(invokedServicesChanged(const QList<QScxmlInvokableService *>))); + QSignalSpy invokedSpy(&topSm, SIGNAL(invokedServicesChanged(QList<QScxmlInvokableService*>))); QCOMPARE(topSm.invokedServices().size(), 0); // at some point during the topSm execution there are 3 invoked services topSm.start(); |