{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QDebugStateSaver ( QDebugStateSaverValue (..), QDebugStateSaverConstPtr (..), QDebugStateSaverPtr (..), QDebugStateSaverConst, QDebugStateSaver, castConst, cast, downCastConst, downCast, newWithDebug, ) where import Graphics.UI.Qtah.Generated.Core.QDebugStateSaver import Prelude () castConst = toQDebugStateSaverConst cast = toQDebugStateSaver downCastConst = downToQDebugStateSaverConst downCast = downToQDebugStateSaver