Index: sources/storage/FileHandler.cpp =================================================================== diff -u -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a -rc32e2e5e71c9baf96b0045732025c83e3c86f1fb --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision c32e2e5e71c9baf96b0045732025c83e3c86f1fb) @@ -25,6 +25,8 @@ // #include "Logger.h" // logger should not be used in this class. #include "StorageGlobals.h" +extern QString gStandard_tmp; + // namespace using namespace Storage; @@ -304,7 +306,7 @@ static bool tested = false; if ( tested ) return ok; - QString tmp = Storage::Standard_tmp; + QString tmp = gStandard_tmp; QString tmpTestFolder = tmp + "tmp_test_folder" ; QString tmpTestFile = tmp + "tmp_test_file" ; QString tmpTestContent = "tmp_test_content";