summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-09 14:54:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-14 03:56:55 +0200
commit59117012f27355830ceda4fc7f9e5f637d07fcc9 (patch)
tree9a701fc931c049f06910a7dc43b14ae9389be2b0 /src
parent8e1ff45e74f529c7f49688242ea0fd25ce2913f3 (diff)
Document QFile::open() argument "handleFlags"
Change-Id: I5ef909b21ddd4782062dd4ebd0ea7bca33f3387f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
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