diff options
| author | Thiago Macieira <thiago.macieira@intel.com> | 2025-01-23 18:29:33 -0800 |
|---|---|---|
| committer | Thiago Macieira <thiago.macieira@intel.com> | 2025-01-27 12:11:23 -0800 |
| commit | 5de7f4fe19997a636d4128fe1e27b06a7bc72fd3 (patch) | |
| tree | e13dbf793b09d8aa2ac7b45fd441d737fac0bc78 /src/corelib/kernel/qobject.cpp | |
| parent | 9b006eb91a612456f269161f79711e6fff3ccde0 (diff) | |
Bootstrap: disable QFile::copy() due to lack of QTemporaryFile
Without QTemporaryFile, QFile::copy() creates a file with a fixed name
in the destination directory, meaning that it would step over another
thread or process trying to copy at the same time. That's dangerous for
buildsystem tools, given the prevalence of ninja -j / make -j
executions.
Nothing in the bootstrapped tools uses this function right now. This
commit will simply ensure nothing begins doing it in the future.
Change-Id: Icdcf51fa5d94618d622afffd94d1263cf9df181a
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
0 files changed, 0 insertions, 0 deletions
