Document QFile::open() argument "handleFlags"
Change-Id: I5ef909b21ddd4782062dd4ebd0ea7bca33f3387f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>bb10
parent
8e1ff45e74
commit
59117012f2
|
|
@ -847,6 +847,7 @@ bool QFile::open(OpenMode mode)
|
|||
\overload
|
||||
|
||||
Opens the existing file handle \a fh in the given \a mode.
|
||||
\a handleFlags may be used to specify additional options.
|
||||
Returns true if successful; otherwise returns false.
|
||||
|
||||
Example:
|
||||
|
|
@ -918,6 +919,7 @@ bool QFile::open(FILE *fh, OpenMode mode, FileHandleFlags handleFlags)
|
|||
\overload
|
||||
|
||||
Opens the existing file descriptor \a fd in the given \a mode.
|
||||
\a handleFlags may be used to specify additional options.
|
||||
Returns true if successful; otherwise returns false.
|
||||
|
||||
When a QFile is opened using this function, behaviour of close() is
|
||||
|
|
|
|||
Loading…
Reference in New Issue