summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-15 18:29:28 +0200
committerJoão Abecasis <joao@abecasis.name>2009-09-16 14:31:38 +0200
commit03e829e0d1fc3e1186f7030b39e570ade58cc499 (patch)
tree7144c1f15601e646b095d2f484b55bb3b849e653 /src/corelib/io/qfile.cpp
parentfd2090b925f46bc0dfffd34612a9bfcd276c3266 (diff)
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index c52a665ce7..134c4b8b6d 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()
*/