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:
Tomaz Canabrava 2014-01-15 13:06:56 -02:00 committed by Dirk Hohndel
parent 7ba4fe885e
commit 7affccdf5b

View file

@ -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.