Changeset 846 for trunk/src/corelib/io/qtextstream.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qtextstream.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 71 71 that as long as stdin doesn't give any input to the QTextStream, \c atEnd() 72 72 will return true even if the stdin is open and waiting for more characters. 73 73 74 74 Besides using QTextStream's constructors, you can also set the 75 75 device or string QTextStream operates on by calling setDevice() or … … 1197 1197 delete d->readConverterSavedState; 1198 1198 d->readConverterSavedState = 0; 1199 1199 1200 #endif 1200 1201 return true; … … 1991 1992 buf[i] = '\0'; 1992 1993 1993 // backward-compatibility. Old impl mentation supported +nan/-nan1994 // backward-compatibility. Old implmentation supported +nan/-nan 1994 1995 // for some reason. QLocale only checks for lower-case 1995 1996 // nan/+inf/-inf, so here we also check for uppercase and mixed … … 3019 3020 3020 3021 /*! 3021 Returns true if automatic Unicode detection is enabled ;otherwise3022 returns false. 3022 Returns true if automatic Unicode detection is enabled otherwise 3023 returns false. 3023 3024 3024 3025 \sa setAutoDetectUnicode(), setCodec() … … 3051 3052 /*! 3052 3053 Returns true if QTextStream is set to generate the UTF BOM (Byte Order 3053 Mark) when using a UTF codec; otherwise returns false. 3054 Mark) when using a UTF codec; otherwise returns false. UTF BOM generation is 3055 set to false by default. 3054 3056 3055 3057 \sa setGenerateByteOrderMark()
Note:
See TracChangeset
for help on using the changeset viewer.