Index: sources/ApplicationController.h =================================================================== diff -u -r265ce7409a0ea99a4ae059f5ce7978c9cdb10631 -r8b044d8ef7db6f72c65aa6109d5f29a79bca92a2 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 265ce7409a0ea99a4ae059f5ce7978c9cdb10631) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 8b044d8ef7db6f72c65aa6109d5f29a79bca92a2) @@ -95,9 +95,9 @@ void onSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent); void onSDCardSpaceTooLow(quint8 vAvailablePercent); - void onExportLog (); - void onExportService (); - void onExportTreatment (); + void onExportLog (const GuiStringIndexMap &vExportList); + void onExportService (const GuiStringIndexMap &vExportList); + void onExportTreatment (const GuiStringIndexMap &vExportList); void onExport (); void onFailedTransmit(Sequence seq);