Index: sources/gui/GuiController.cpp =================================================================== diff -u -r4fd6a7d7801d91ffbce9e8d4b54900224f6a0fac -r0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 4fd6a7d7801d91ffbce9e8d4b54900224f6a0fac) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6) @@ -392,10 +392,10 @@ } /*! - * \brief GuiController::doNotifyTreatmentRangeInvalid - * \details emit the didTreatmentRangesIncorrect signal to ask ApplicationController to emit alarm that settings are bad + * \brief GuiController::doTreatmentRangesDone + * \details emit the didTreatmentRangesDone signal to ask ApplicationController to emit alarm that settings are bad */ -void GuiController::doNotifyTreatmentRangeInvalid() +void GuiController::doTreatmentRangesDone(bool vPass) { - emit didTreatmentRangesIncorrect(); + emit didTreatmentRangesDone(vPass); }