summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-15 16:29:28 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-09-16 12:31:38 (GMT)
commit03e829e0d1fc3e1186f7030b39e570ade58cc499 (patch)
tree7144c1f15601e646b095d2f484b55bb3b849e653 /src/corelib/io
parentfd2090b925f46bc0dfffd34612a9bfcd276c3266 (diff)
downloadQt-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')
-rw-r--r--src/corelib/io/qfile.cpp2
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()
*/