Index: sources/gui/GuiController.h =================================================================== diff -u -rae149c87409efbe66b84924aa1cbb3131be9d5b7 -r7ebc073150532073ae7f1a0e768272bcff5d6fb3 --- sources/gui/GuiController.h (.../GuiController.h) (revision ae149c87409efbe66b84924aa1cbb3131be9d5b7) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 7ebc073150532073ae7f1a0e768272bcff5d6fb3) @@ -70,8 +70,10 @@ public slots: void doActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG - void doUSBDriveUmount(); // UI => OS - void doExportLog (); // UI => OS + void doUSBDriveUmount (); // UI => OS + void doExportLog (); // UI => OS + void doExportService (); // UI => OS + void doExportTreatment (); // UI => OS private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -96,7 +98,9 @@ void didSDCardStateChange(bool vIsReady, bool vIsReadOnly); void didSDCardSpaceTooLow(quint8 vAvailablePercent); - void didExportLog(); + void didExportLog (); + void didExportService (); + void didExportTreatment (); void didExport (); // Device controller signal slots connection