From 13014ad299161cc7a8d21f9d75a143d990afd6ef Mon Sep 17 00:00:00 2001 From: MPIBR-kretschmerf Date: Thu, 23 Aug 2018 11:46:30 +0200 Subject: [PATCH] Removed first ITI --- StateMachineController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StateMachineController.cpp b/StateMachineController.cpp index 7ac4eb9..9162f60 100644 --- a/StateMachineController.cpp +++ b/StateMachineController.cpp @@ -43,7 +43,7 @@ StateMachineController::StateMachineController(QObject *parent): pausedState->addTransition(this, SIGNAL(pauseRequested()), historyState); // Define which child state should be the initial state - runningState->setInitialState(state_preDelay); + runningState->setInitialState(state_userReaction); stateMachine->setInitialState(runningState); // connect states to functions for starting timers