Index: sources/gui/GuiView.h =================================================================== diff -u -ra6586ea871f21a08e7d50552983360fb5e344b3a -r32dc194cb261763cd4e9d5409921d4c8523fc84d --- sources/gui/GuiView.h (.../GuiView.h) (revision a6586ea871f21a08e7d50552983360fb5e344b3a) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 32dc194cb261763cd4e9d5409921d4c8523fc84d) @@ -110,7 +110,7 @@ void doExportService (); void doExportTreatment (); - void doExportListInsert (quint32 vIndex, const QString &vFilename ); + void doExportListInsert (quint32 vIndex, const QString &vFilename , bool isPendingFolder); void doExportListDelete (quint32 vIndex ); bool doExportListSelect (quint32 vIndex ); void doExportListRemove ( );