Document QFile::open() argument "handleFlags"

Change-Id: I5ef909b21ddd4782062dd4ebd0ea7bca33f3387f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Jeremy Katz 2012-08-09 14:54:07 +02:00 committed by Qt by Nokia
parent 8e1ff45e74
commit 59117012f2
1 changed files with 2 additions and 0 deletions

View File

@ -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