Index: sources/storage/filehandler.h =================================================================== diff -u -r5e78f0799b46963feb5756decb1a27b952cd19b3 -r56d00a82669a7a2c00ab90109a89dbec8db27527 --- sources/storage/filehandler.h (.../filehandler.h) (revision 5e78f0799b46963feb5756decb1a27b952cd19b3) +++ sources/storage/filehandler.h (.../filehandler.h) (revision 56d00a82669a7a2c00ab90109a89dbec8db27527) @@ -21,13 +21,14 @@ class FileHandler { +private: int copyFolder(const QString &vSource, const QString &vDestination); public: static bool write(const QString &vFileName, const QString &vContent, bool vAppend = true); static bool read (const QString &vFileName, QString &vContent); - bool exportLog (); + bool concurrentExportLog (); }; }