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/xmlpatterns/schema/qxsdschemaparser.cpp

    r769 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])
     
    915915
    916916                // 3) remove the base type resolving job from the resolver as
    917                 //    we have set the base type here explicitely
     917                //    we have set the base type here explicitly
    918918                m_parserContext->resolver()->removeSimpleRestrictionBase(redefinedType);
    919919
     
    964964
    965965                // 3) remove the base type resolving job from the resolver as
    966                 //    we have set the base type here explicitely
     966                //    we have set the base type here explicitly
    967967                m_parserContext->resolver()->removeComplexBaseType(redefinedType);
    968968
     
    57825782SchemaType::DerivationConstraints XsdSchemaParser::readDerivationConstraintAttribute(const SchemaType::DerivationConstraints &allowedConstraints, const char *elementName)
    57835783{
    5784     // first convert the flags into strings for easier comparision
     5784    // first convert the flags into strings for easier comparison
    57855785    QSet<QString> allowedContent;
    57865786    if (allowedConstraints & SchemaType::RestrictionConstraint)
     
    58455845NamedSchemaComponent::BlockingConstraints XsdSchemaParser::readBlockingConstraintAttribute(const NamedSchemaComponent::BlockingConstraints &allowedConstraints, const char *elementName)
    58465846{
    5847     // first convert the flags into strings for easier comparision
     5847    // first convert the flags into strings for easier comparison
    58485848    QSet<QString> allowedContent;
    58495849    if (allowedConstraints & NamedSchemaComponent::RestrictionConstraint)
Note: See TracChangeset for help on using the changeset viewer.