Index: sources/gui/GuiController.h =================================================================== diff -u -r4fd6a7d7801d91ffbce9e8d4b54900224f6a0fac -r0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6 --- sources/gui/GuiController.h (.../GuiController.h) (revision 4fd6a7d7801d91ffbce9e8d4b54900224f6a0fac) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6) @@ -75,7 +75,7 @@ void doExportService (const GuiStringIndexMap &vExportList); // UI => OS void doExportTreatment (const GuiStringIndexMap &vExportList); // UI => OS void doQuitApplication (); - void doNotifyTreatmentRangeInvalid(); + void doTreatmentRangesDone(bool vPass); private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -117,7 +117,7 @@ void didQuitApplication (); - void didTreatmentRangesIncorrect(); + void didTreatmentRangesDone(bool vPass); // Device controller signal slots connection DEVICE_GUI_BRIDGE_DEFINITION_LIST