Document ResourceError
From reading the code it can be ENOSPC or EMFILE Change-Id: I2eecbf8afe0228d330210c25f299af12fab9cb64 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
537679cb12
commit
9817707c71
@ -100,7 +100,7 @@ void QFileDevicePrivate::setError(QFileDevice::FileError err, int errNum)
|
||||
\value ReadError An error occurred when reading from the file.
|
||||
\value WriteError An error occurred when writing to the file.
|
||||
\value FatalError A fatal error occurred.
|
||||
\value ResourceError
|
||||
\value ResourceError Out of resources (e.g., too many open files, out of memory, etc.)
|
||||
\value OpenError The file could not be opened.
|
||||
\value AbortError The operation was aborted.
|
||||
\value TimeOutError A timeout occurred.
|
||||
|
Loading…
Reference in New Issue
Block a user