{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QXmlStreamEntityResolver ( QXmlStreamEntityResolverValue (..), QXmlStreamEntityResolverConstPtr (..), QXmlStreamEntityResolverPtr (..), QXmlStreamEntityResolverConst, QXmlStreamEntityResolver, castConst, cast, downCastConst, downCast, resolveUndeclaredEntity, ) where import Graphics.UI.Qtah.Generated.Core.QXmlStreamEntityResolver import Prelude () castConst = toQXmlStreamEntityResolverConst cast = toQXmlStreamEntityResolver downCastConst = downToQXmlStreamEntityResolverConst downCast = downToQXmlStreamEntityResolver