Add since 5.11 markers to two QFile enums
Change-Id: Iaa015046cdcece10c28437da40fcd6cdc9d55eb3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
d02fed6781
commit
58d2180dfa
@ -333,7 +333,7 @@ QIODevicePrivate::~QIODevicePrivate()
|
||||
allowed. This flag currently only affects QFile. Other
|
||||
classes might use this flag in the future, but until then
|
||||
using this flag with any classes other than QFile may
|
||||
result in undefined behavior.
|
||||
result in undefined behavior. (since Qt 5.11)
|
||||
\value ExistingOnly Fail if the file to be opened does not exist. This flag
|
||||
must be specified alongside ReadOnly, WriteOnly, or
|
||||
ReadWrite. Note that using this flag with ReadOnly alone
|
||||
@ -341,7 +341,7 @@ QIODevicePrivate::~QIODevicePrivate()
|
||||
not exist. This flag currently only affects QFile. Other
|
||||
classes might use this flag in the future, but until then
|
||||
using this flag with any classes other than QFile may
|
||||
result in undefined behavior.
|
||||
result in undefined behavior. (since Qt 5.11)
|
||||
|
||||
Certain flags, such as \c Unbuffered and \c Truncate, are
|
||||
meaningless when used with some subclasses. Some of these
|
||||
|
Loading…
Reference in New Issue
Block a user