Index: sources/storage/Logger.h =================================================================== diff -u -r16bd55822fa77e5bea6fdfa7b54abf123c1da8bb -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/storage/Logger.h (.../Logger.h) (revision 16bd55822fa77e5bea6fdfa7b54abf123c1da8bb) +++ sources/storage/Logger.h (.../Logger.h) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -175,6 +175,7 @@ // ----- Export structure private : + bool exportList(const Gui::GuiStringIndexMap &vExportList, LogType vLogType); bool exportLogs(const Gui::GuiStringIndexMap &vExportList); bool exportErrs(const Gui::GuiStringIndexMap &vExportList); bool exportTrts(const Gui::GuiStringIndexMap &vExportList); @@ -186,6 +187,7 @@ void onExportLogs (); signals: void didExportLogs(); + void didExportStat(quint32 vIndex, const QString &vFileName, quint8 vPercent); // ----- Remove Old Logs structure private: