summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtextstream.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-12-16 17:06:23 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-12-17 18:11:02 +0100
commit4d5029365ccc045522cb87582c2b2e1a36ed0d24 (patch)
tree421d98fa6d5ec97c939753f3f94d1f6bd6ffe7a2 /src/corelib/io/qtextstream.cpp
parentc60a2a5e5136cfec74429114c6c74401fdda65a3 (diff)
document WriteFailed status codes (whoops)
Diffstat (limited to 'src/corelib/io/qtextstream.cpp')
-rw-r--r--src/corelib/io/qtextstream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qtextstream.cpp b/src/corelib/io/qtextstream.cpp
index 242c672cc2..3bdbf32025 100644
--- a/src/corelib/io/qtextstream.cpp
+++ b/src/corelib/io/qtextstream.cpp
@@ -224,6 +224,7 @@ static const int QTEXTSTREAM_BUFFERSIZE = 16384;
\value ReadPastEnd The text stream has read past the end of the
data in the underlying device.
\value ReadCorruptData The text stream has read corrupt data.
+ \value WriteFailed The text stream cannot write to the underlying device.
\sa status()
*/