Index: sources/storage/FileHandler.cpp =================================================================== diff -u -r4489378415df8f8398f59a20ca637b39f2ed2613 -r5b68ba0e456eb8667195ce78d280868c389310ea --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 4489378415df8f8398f59a20ca637b39f2ed2613) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 5b68ba0e456eb8667195ce78d280868c389310ea) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file FileHandler.cpp - * \author (last) Behrouz NematiPour - * \date (last) 14-Sep-2023 + * \author (last) Dara Navaei + * \date (last) 08-Feb-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -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; @@ -278,7 +280,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";