Made sure the order of the file list is maintained when removing files
Converting to a QSet and back randomizes the order of the files. Just doing a linear scan and a QSet for speading up the contains() check should be enough and maintains the order.
Please register or sign in to comment