view build/xml.txt @ 397:590dcfc85873

Quick const-correctness fix for QModelIndex. This probably deserves a more in-depth look later.
author David Nadlinger <code@klickverbot.at>
date Mon, 03 Jan 2011 08:30:59 +0100
parents 08631ce8e46a
children
line wrap: on
line source

set(required Core)
set(classes 
    QDomAttr
    QDomCDATASection
    QDomCharacterData
    QDomComment
    QDomDocumentFragment
    QDomDocument
    QDomDocumentType
    QDomElement
    QDomEntityReference
    QDomEntity
    QDomImplementation
    QDomNamedNodeMap
    QDomNodeList
    QDomNode
    QDomNotation
    QDomProcessingInstruction
    QDomText
    QXmlAttributes
    QXmlContentHandler
    QXmlDeclHandler
    QXmlDefaultHandler
    QXmlDTDHandler
    QXmlEntityResolver
    QXmlErrorHandler
    QXmlInputSource
    QXmlLexicalHandler
    QXmlLocator
    QXmlNamespaceSupport
    QXmlParseException
    QXmlReader
    QXmlSimpleReader
    QXmlStreamAttribute
    QXmlStreamAttributes
    QXmlStreamEntityDeclaration
    QXmlStreamNamespaceDeclaration
    QXmlStreamNotationDeclaration
    QXmlStreamReader
    QXmlStreamWriter
    )