{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QLibraryInfo ( QLibraryInfoValue (..), QLibraryInfoConstPtr (..), QLibraryInfoPtr (..), QLibraryInfoConst, QLibraryInfo, castConst, cast, downCastConst, downCast, isDebugBuild, location, version, QLibraryInfoLibraryLocation (..), ) where import Graphics.UI.Qtah.Generated.Core.QLibraryInfo import Prelude () castConst = toQLibraryInfoConst cast = toQLibraryInfo downCastConst = downToQLibraryInfoConst downCast = downToQLibraryInfo