{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QXmlStreamAttributes ( QXmlStreamAttributesValue (..), QXmlStreamAttributesConstPtr (..), QXmlStreamAttributesPtr (..), QXmlStreamAttributesConst, QXmlStreamAttributes, castConst, cast, downCastConst, downCast, new, appendWithNamespaceUriAndNameAndValue, appendWithQualifiedNameAndValue, hasAttribute, hasAttributeWithLatin1String, hasAttributeWithNamespaceUriAndName, ) where import Graphics.UI.Qtah.Generated.Core.QXmlStreamAttributes import Prelude () castConst = toQXmlStreamAttributesConst cast = toQXmlStreamAttributes downCastConst = downToQXmlStreamAttributesConst downCast = downToQXmlStreamAttributes