OSDN Git Service

reworkd temporary file name generator
authorIvailo Monev <xakepa10@gmail.com>
Sun, 9 Aug 2020 02:24:03 +0000 (05:24 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 9 Aug 2020 02:36:41 +0000 (05:36 +0300)
commit1d3024fc1f1ea26dc725970be974e00cfc1fd6ec
tree907008c940e2733a103e3dda94da1aec86759364
parent95bf73d5f3f407424f6c651b28e35484067eba3f
reworkd temporary file name generator

while at it, do not open it with O_LARGEFILE since most files are small and
even tho it is used as method for copying files for an examples it should
not be used to copy such big files because there are far more optimal
platform specific solutions for doing that

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/io/qtemporaryfile.cpp