Index: sources/gui/GuiController.cpp =================================================================== diff -u -rb9d5efd980be633f5d0bd92cc76295f3a0669db4 -r9febb7ea48512fb5cee8006a93e7cf030c86815d --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision b9d5efd980be633f5d0bd92cc76295f3a0669db4) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 9febb7ea48512fb5cee8006a93e7cf030c86815d) @@ -391,3 +391,12 @@ { emit didQuitApplication(); } + +/*! + * \brief GuiController::doTreatmentRangesDone + * \details emit the didTreatmentRangesDone signal to ask ApplicationController to emit alarm that settings are bad + */ +void GuiController::doTreatmentRangesDone(bool vPass) +{ + emit didTreatmentRangesDone(vPass); +}