Index: sources/gui/GuiController.h =================================================================== diff -u -r8b044d8ef7db6f72c65aa6109d5f29a79bca92a2 -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/gui/GuiController.h (.../GuiController.h) (revision 8b044d8ef7db6f72c65aa6109d5f29a79bca92a2) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -87,6 +87,7 @@ void onSDCardSpaceTooLow(quint8 vAvailablePercent); // OS => UI void onExport (); // OS => UI + void onExportStat (quint32 vIndex, const QString &vFileName, quint8 vPercent); void onFailedTransmit(Sequence seq); signals: @@ -105,7 +106,8 @@ void didExportLog (const GuiStringIndexMap &vExportList); void didExportService (const GuiStringIndexMap &vExportList); void didExportTreatment (const GuiStringIndexMap &vExportList); - void didExport (); + void didExport (); + void didExportStat (quint32 vIndex, const QString &vFileName, quint8 vPercent); // Device controller signal slots connection DEVICE_GUI_BRIDGE_DEFINITION_LIST