Skip to content

Fix ThumbnailProvider test failure when run from VBox shared folder

Ghost User requested to merge (removed):thumbnailprovidertest into master

While running the thumbnailprovidertest in my VirtualBox shared folder, QFile::rename was giving the error "Text file busy" and causing the thumbnail file to disappear. Saving to the original path after rename fails seems to work.

Alternatively the function could just save the image directly to the path without using a temporary file.

Merge request reports