//execute the action associated with this transition
(this->*(actionPerformedFunctionMap[previousState][action]))();//WARNING BUG //WARNING SEGFAULT //TODO remove this node, it was not a good idea, it is not stable
qDebug()<<"Calling action "<<action<<" on call with state "<<previousState<<". Become "<<m_CurrentState;