Commit bbf1e1a6 authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Add workaround for case-changing renaming of files on Linux/FAT32.


The underlying rename() of the operating system simply does
nothing when renaming 'foo' to 'Foo' in a case insensitive file
system. Work around by moving in 2 steps.

Change-Id: Ibc73724bfca402a5ce7fcf2a83e8fea32ff71093
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarDavid Faure (KDE) <faure@kde.org>
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent a2a8a9ea
Showing with 36 additions and 7 deletions
Supports Markdown
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