Ignore:
Timestamp:
Jan 26, 2010, 10:23:29 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QFile::copy(): Use DosCopy() instead of read/write. This also fixes errors with backup file creation in designer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qfile.cpp

    r172 r477  
    897897                        error = true;
    898898                    }
     899
     900
     901
    899902                    if (!error && !out.rename(newName)) {
    900903                        error = true;
Note: See TracChangeset for help on using the changeset viewer.