Skip to content
Commit 4ab27c82 authored by Sergey Katunin's avatar Sergey Katunin Committed by Christoph Cullmann
Browse files

plaintextextractor: Read file via QFile

Read file via QFile for both cases: for systems that support O_NOATIME
and for those that do not support this flag. The only difference is the
method of opening QFile, where for the case of O_NOATIME, opening using
the file descriptor `fd` is used.

This change is intended to unify the code for different systems
(Linux C-style and STL C++ style to one Qt-Style via QFile), as well
as simplify it.
parent fcd435da
Pipeline #626978 passed with stage
in 3 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment