summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qbytearray
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-04-15 12:17:20 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-05-22 12:33:38 (GMT)
commit562adecf4f938f593674f03b425a79b89e238518 (patch)
tree138b25d24fb4d51ddd41c2790917eca3280d3a8e /tests/benchmarks/qbytearray
parent1cfb5bcaa2cab142479ee975e25d9f605f852dad (diff)
downloadQt-562adecf4f938f593674f03b425a79b89e238518.zip
Qt-562adecf4f938f593674f03b425a79b89e238518.tar.gz
Qt-562adecf4f938f593674f03b425a79b89e238518.tar.bz2
Don't block copy sequential files in QFile::rename
Block copying a sequential file is potentially a destructive operation, because there is no guarantee copy+remove will succeed. In these cases the fallback should not be tried. The user is better equipped to decide how to handle such failures and to ensure no data losses occur, e.g., copy without removing the original file. Reviewed-by: MariusSO Reviewed-by: Peter Hartmann Reviewed-by: Thiago
Diffstat (limited to 'tests/benchmarks/qbytearray')
0 files changed, 0 insertions, 0 deletions