dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land.
OK, at least we'll have moved the code to the right place :-) INLINE COMMENTS > ahmadsamir wrote in file_unix.cpp:1052 > const QByteArray dest1 = "/mnt/fat32/A"; > const QByteArray dest2 = "/mnt/fat32/a"; > QT_STATBUF buff_dest; > qDebug() << QT_LSTAT(dest1, &buff_dest); > qDebug() << QT_LSTAT(dest2, &buff_dest); > > IIUC, from FAT32 POV, 'A' exists if 'a' exists and vice versa. You're right. REPOSITORY R241 KIO BRANCH l-qfile-rename (branched from master) REVISION DETAIL https://phabricator.kde.org/D29610 To: ahmadsamir, #frameworks, dfaure Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns