Index: sources/view/VTreatmentCreate.cpp =================================================================== diff -u -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 -r1a7d3535b65d7edf23bc6638c4113e4b55c49c2a --- sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) +++ sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision 1a7d3535b65d7edf23bc6638c4113e4b55c49c2a) @@ -45,10 +45,10 @@ connect(&_GuiController, SIGNAL(didActionReceive(StartTreatmentResponseData)), this, SLOT(onStartTreatmentResponse(StartTreatmentResponseData))); - loadTreatmentParameterRanges(); - connect(this, SIGNAL(requestConcurrentSave(QString,QString,bool)), &_FileSaver, SLOT(onConcurrentSave(QString,QString,bool))); + + loadTreatmentParameterRanges(); } /**