QStateMachine::configuration() gives you the current states.
Qt Code:
while(stateMachine->configuration().contains(s2)) { //do something }To copy to clipboard, switch view to plain text mode
QStateMachine::configuration() gives you the current states.
Qt Code:
while(stateMachine->configuration().contains(s2)) { //do something }To copy to clipboard, switch view to plain text mode
Bookmarks