Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rca05e940ea4a0c567acb05c4c8777dea079b0f08 --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp (.../VTreatmentAdjustmentEnd.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.cpp (.../VTreatmentAdjustmentEnd.cpp) (revision ca05e940ea4a0c567acb05c4c8777dea079b0f08) @@ -34,13 +34,13 @@ adjustment ( true ); } -/*! - * \brief View::VTreatmentAdjustmentEnd::adjustment - * \details the invocable slot to adjust the Treatment End state - * \param vRequestedState - the requested state - */ -void View::VTreatmentAdjustmentEnd::adjustment(const GuiTreatmentEndCommands &vRequestedState) -{ - _data.requestedState = vRequestedState; - emit didAdjustment(_data); // notify the controllers to do the adjustment -} +///*! +// * \brief View::VTreatmentAdjustmentEnd::adjustment +// * \details the invocable slot to adjust the Treatment End state +// * \param vRequestedState - the requested state +// */ +//void View::VTreatmentAdjustmentEnd::adjustment(const GuiTreatmentEndCommands &vRequestedState) +//{ +// _data.requestedState = vRequestedState; +// emit didAdjustment(_data); // notify the controllers to do the adjustment +//}