- 
    Bug 
- 
    Resolution: Invalid
- 
    P3: Somewhat important 
- 
    None
- 
    4.5.3
- 
    None
When the sourceFile is loaded from the resource, like "QFile::copy(":/mydata.txt", "C:\mydata.txt");"
Then the targetFile can not be deleted programatically.
Calling QFile::remove(C:\mydata.txt");
will fail. But the file exist and can be deleted in Explorer.
This only happen when the file is copied from from the resources.