Index: sources/view/VCreateTreatment.h =================================================================== diff -u -rf3b164487b1648637f5dd9a306cb6ade763d27c9 -ra19862d191c2501faa4e8cde64804ef18b80c6b3 --- sources/view/VCreateTreatment.h (.../VCreateTreatment.h) (revision f3b164487b1648637f5dd9a306cb6ade763d27c9) +++ sources/view/VCreateTreatment.h (.../VCreateTreatment.h) (revision a19862d191c2501faa4e8cde64804ef18b80c6b3) @@ -122,11 +122,11 @@ void onFinishedSaveNewTreatment(bool result); signals: - void didCreateTreatment(TreatmentData); + void didCreateTreatment(const TreatmentData &data); void showConfirm(); void showPrime(); void showBegin(); - void validateParamsWithFW(GuiActionType,QVariantList); + void validateParamsWithFW(const GuiActionType &action, const QVariantList &data); void resetCreateTreatment(); void fwValidationFailed(QString reason); @@ -136,7 +136,7 @@ void onFinishedConfirm(); void onFinishedPrime(); void onStart(); - bool onFWValidationResponse(GuiActionType actionType, QVariantList messageData); + bool onFWValidationResponse(const GuiActionType &actionType, const QVariantList &messageData); void onUserModifiedParameters(); };