Importantly, I had forgotten to start the state machine
The state machine needs to be started before it works; now the animations are working. :) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7ba4fe885e
commit
7affccdf5b
@ -209,6 +209,9 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) :
|
||||
addState->setObjectName("Add State");
|
||||
editState->setObjectName("Edit State");
|
||||
planState->setObjectName("Plan State");
|
||||
|
||||
// Starting the transitions:
|
||||
stateMachine->start();
|
||||
}
|
||||
|
||||
// Currently just one dive, but the plan is to enable All of the selected dives.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user