Skip to content

Draft: rename to copy

When using move method from ContentItem.cpp, the QFile::rename method fails for some reason on removing the source file and fall back to QFile::copy. The idea is just to use QCopy+QRemove to avoid useless file operations ( making mediascanner create, then delete, then fails to recognize a new file )

A WIP here for mediascanner: https://gitlab.com/ubports/core/mediascanner2/-/merge_requests/11

Edited by Lionel Duboeuf

Merge request reports