Index: sources/gui/qml/components/StepIndicator.qml =================================================================== diff -u -r52d17dab2211c2e4d9160c55c316ad7a40ce4d6c -r1a46e7e1fd9da0fcfa8359a194610c55adfff04f --- sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision 52d17dab2211c2e4d9160c55c316ad7a40ce4d6c) +++ sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision 1a46e7e1fd9da0fcfa8359a194610c55adfff04f) @@ -43,8 +43,6 @@ height : _row.height color : Colors.transparent - onCurrentStepChanged : print (currentStep) - Row { id: _row spacing : _root.spacing anchors.centerIn: parent