summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-09-17 15:15:29 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-09-17 15:15:29 (GMT)
commit8e276783918d25d05eee65fd9eb5510ebcfbecc4 (patch)
treeace116ce2c0c38a428f0a4960d47eb2332296bad /src
parente50c80368dc6231d1cbcc605e2c8e86cb47203c6 (diff)
downloadQt-8e276783918d25d05eee65fd9eb5510ebcfbecc4.zip
Qt-8e276783918d25d05eee65fd9eb5510ebcfbecc4.tar.gz
Qt-8e276783918d25d05eee65fd9eb5510ebcfbecc4.tar.bz2
Added default value documentation for two variables.
Reviewed-by: David Boddie:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qtextstream.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/io/qtextstream.cpp b/src/corelib/io/qtextstream.cpp
index eab0662..6091ec0 100644
--- a/src/corelib/io/qtextstream.cpp
+++ b/src/corelib/io/qtextstream.cpp
@@ -3019,8 +3019,8 @@ void QTextStream::setAutoDetectUnicode(bool enabled)
}
/*!
- Returns true if automatic Unicode detection is enabled; otherwise
- returns false.
+ Returns true if automatic Unicode detection is enabled, otherwise
+ returns false. Automatic Unicode detection is enabled by default.
\sa setAutoDetectUnicode(), setCodec()
*/
@@ -3051,7 +3051,8 @@ void QTextStream::setGenerateByteOrderMark(bool generate)
/*!
Returns true if QTextStream is set to generate the UTF BOM (Byte Order
- Mark) when using a UTF codec; otherwise returns false.
+ Mark) when using a UTF codec; otherwise returns false. UTF BOM generation is
+ set to false by default.
\sa setGenerateByteOrderMark()
*/