Index: sources/gui/GuiController.h =================================================================== diff -u -r265ce7409a0ea99a4ae059f5ce7978c9cdb10631 -r8b044d8ef7db6f72c65aa6109d5f29a79bca92a2 --- sources/gui/GuiController.h (.../GuiController.h) (revision 265ce7409a0ea99a4ae059f5ce7978c9cdb10631) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 8b044d8ef7db6f72c65aa6109d5f29a79bca92a2) @@ -71,9 +71,9 @@ void doActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG void doUSBDriveUmount (); // UI => OS - void doExportLog (); // UI => OS - void doExportService (); // UI => OS - void doExportTreatment (); // UI => OS + void doExportLog (const GuiStringIndexMap &vExportList); // UI => OS + void doExportService (const GuiStringIndexMap &vExportList); // UI => OS + void doExportTreatment (const GuiStringIndexMap &vExportList); // UI => OS private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -102,9 +102,9 @@ void didSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent); void didSDCardSpaceTooLow(quint8 vAvailablePercent); - void didExportLog (); - void didExportService (); - void didExportTreatment (); + void didExportLog (const GuiStringIndexMap &vExportList); + void didExportService (const GuiStringIndexMap &vExportList); + void didExportTreatment (const GuiStringIndexMap &vExportList); void didExport (); // Device controller signal slots connection