summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index dc926caa1f..2c81110225 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -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