packages feed

qtah-generator 0.9.0 → 0.9.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

qtah-generator.cabal view
@@ -1,12 +1,12 @@ name: qtah-generator-version: 0.9.0+version: 0.9.1 synopsis: Generator for Qtah Qt bindings homepage: https://khumba.net/projects/qtah license: LGPL-3 license-files: LICENSE.GPL, LICENSE.LGPL author: Bryan Gardiner <bog@khumba.net> maintainer: Bryan Gardiner <bog@khumba.net>-copyright: Copyright 2015-2025 The Qtah Authors.+copyright: Copyright 2015-2026 The Qtah Authors. category: Graphics build-type: Simple cabal-version: 2.0
src/Graphics/UI/Qtah/Generator/Interface/Gui/QPainter.hs view
@@ -1,6 +1,6 @@ -- This file is part of Qtah. ----- Copyright 2015-2024 The Qtah Authors.+-- Copyright 2015-2026 The Qtah Authors. -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as published by@@ -96,7 +96,7 @@   , just $ mkMethod' "drawConvexPolygon" "drawConvexPolygon" [objT c_QPolygon] voidT   , just $ mkMethod' "drawConvexPolygon" "drawConvexPolygonF" [objT c_QPolygonF] voidT   , just $ mkMethod' "drawEllipse" "drawEllipsePoint"-    ["center" ~: objT c_QPoint, "radiusX" ~: qreal, "radiusY" ~: qreal] voidT+    ["center" ~: objT c_QPoint, "radiusX" ~: intT, "radiusY" ~: intT] voidT   , just $ mkMethod' "drawEllipse" "drawEllipsePointF"     ["center" ~: objT c_QPointF, "radiusX" ~: qreal, "radiusY" ~: qreal] voidT   , just $ mkMethod' "drawEllipse" "drawEllipseRaw"