Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removed first ITI
Browse files Browse the repository at this point in the history
MPIBR-kretschmerf committed Aug 23, 2018
1 parent 336ea17 commit 13014ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StateMachineController.cpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13014ad

Please sign in to comment.