Index: sources/gui/GuiView.h =================================================================== diff -u -r689177edf29dee6f10bebfed42f6bbadeb7ce8a8 -rfe3f53cba411ccc253f7b86ac0f9f899d2cb0630 --- sources/gui/GuiView.h (.../GuiView.h) (revision 689177edf29dee6f10bebfed42f6bbadeb7ce8a8) +++ sources/gui/GuiView.h (.../GuiView.h) (revision fe3f53cba411ccc253f7b86ac0f9f899d2cb0630) @@ -117,6 +117,7 @@ void doExportLog (); void doExportService (); void doExportTreatment (); + void doCancelLogExport(); void doExportListInsert (quint32 vIndex, const QString &vFilename ); void doExportListDelete (quint32 vIndex ); @@ -141,6 +142,7 @@ void didExportTreatment (const GuiStringIndexMap &vExportList); void didExport (); void didExportStat (quint32 vIndex, const QString &vFileName, quint8 vPercent); + void didCancelLogExport (); void didQuitApplication (); };