diff options
author | João Abecasis <joao@abecasis.name> | 2009-09-15 16:29:28 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-09-16 12:31:38 (GMT) |
commit | 03e829e0d1fc3e1186f7030b39e570ade58cc499 (patch) | |
tree | 7144c1f15601e646b095d2f484b55bb3b849e653 /src/corelib/io/qfile.cpp | |
parent | fd2090b925f46bc0dfffd34612a9bfcd276c3266 (diff) | |
download | Qt-03e829e0d1fc3e1186f7030b39e570ade58cc499.zip Qt-03e829e0d1fc3e1186f7030b39e570ade58cc499.tar.gz Qt-03e829e0d1fc3e1186f7030b39e570ade58cc499.tar.bz2 |
Document that errors from flush are ignored in QFile::close()
Reviewed-by: Andy Shaw
Diffstat (limited to 'src/corelib/io/qfile.cpp')
-rw-r--r-- | src/corelib/io/qfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index c52a665..134c4b8 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -1370,7 +1370,7 @@ QFile::flush() } /*! - Flushes the file and then closes it. + Calls QFile::flush() and closes the file. Errors from flush are ignored. \sa QIODevice::close() */ |