Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
QFile will for most of it's functions ask the file engine for the error and set the QFile error to this one. This is not the case for all functions though, i.e. QFile::remove() will use the global "errno" variable directly for setting the error and this makes it impossible to write a new file engine and have the engine provide the error for QFile.