Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/io/qtextstream.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    7171    that as long as stdin doesn't give any input to the QTextStream, \c atEnd()
    7272    will return true even if the stdin is open and waiting for more characters.
    73    
     73
    7474    Besides using QTextStream's constructors, you can also set the
    7575    device or string QTextStream operates on by calling setDevice() or
     
    11971197        delete d->readConverterSavedState;
    11981198        d->readConverterSavedState = 0;
     1199
    11991200#endif
    12001201        return true;
     
    19911992    buf[i] = '\0';
    19921993
    1993     // backward-compatibility. Old implmentation supported +nan/-nan
     1994    // backward-compatibility. Old implmentation supported +nan/-nan
    19941995    // for some reason. QLocale only checks for lower-case
    19951996    // nan/+inf/-inf, so here we also check for uppercase and mixed
     
    30193020
    30203021/*!
    3021     Returns true if automatic Unicode detection is enabled; otherwise
    3022     returns false.
     3022    Returns true if automatic Unicode detection is enabled otherwise
     3023    returns false.
    30233024
    30243025    \sa setAutoDetectUnicode(), setCodec()
     
    30513052/*!
    30523053    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.
    30543056
    30553057    \sa setGenerateByteOrderMark()
Note: See TracChangeset for help on using the changeset viewer.