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/qmake/generators/xmloutput.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])
     
    8080{
    8181    currentState = state;
     82
     83
     84
     85
     86
    8287}
    8388
     
    173178        newTagOpen(o.xo_text);
    174179        break;
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
    175194    case tCloseTag:
    176195        if (o.xo_value.count())
     
    183202    case tAttribute:
    184203        addAttribute(o.xo_text, o.xo_value);
     204
     205
     206
    185207        break;
    186208    case tData:
     
    267289            break;
    268290        case Attribute:
    269             xmlFile << "/>";
     291            xmlFile << "/>";
    270292            tagStack.pop_back();
    271293            currentState = Tag;
     
    308330            return;
    309331    }
    310     QString outData = QString("<?xml version=\"%1\" encoding = \"%2\"?>")
     332    QString outData = QString("<?xml version=\"%1\" encoding\"%2\"?>")
    311333                              .arg(doConversion(version))
    312334                              .arg(doConversion(encoding));
     
    338360}
    339361
     362
     363
     364
     365
     366
     367
     368
     369
     370
     371
     372
     373
     374
     375
     376
     377
    340378QT_END_NAMESPACE
Note: See TracChangeset for help on using the changeset viewer.