Sounds good.
FYI, if you want to try the "delay only if delete fails and try again approach", there is a Misc/SleepFunctions.h which is used in MainWindow.cpp and other places to allow a delay to allow other Qt Threads to process. Adding that to SDeleteFiles and only using it if the remove fails may be something to test as loading css files should come early in the webkit loading process.
|