From 219a09ac76c08fc86e616335b53c35c8f2e743eb Mon Sep 17 00:00:00 2001 From: zeljko Date: Mon, 14 May 2018 17:09:55 +0000 Subject: [PATCH] Qt5: added QPaintDevice_devicePixelRatioF() to the Qt5 pascal bindings unit. git-svn-id: trunk@57934 - --- lcl/interfaces/qt5/qt56.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/interfaces/qt5/qt56.pas b/lcl/interfaces/qt5/qt56.pas index d6259c363a..d063018dbb 100644 --- a/lcl/interfaces/qt5/qt56.pas +++ b/lcl/interfaces/qt5/qt56.pas @@ -7379,6 +7379,7 @@ function QPaintDevice_logicalDpiY(handle: QPaintDeviceH): Integer; cdecl; extern function QPaintDevice_physicalDpiX(handle: QPaintDeviceH): Integer; cdecl; external Qt5PasLib name 'QPaintDevice_physicalDpiX'; function QPaintDevice_physicalDpiY(handle: QPaintDeviceH): Integer; cdecl; external Qt5PasLib name 'QPaintDevice_physicalDpiY'; function QPaintDevice_devicePixelRatio(handle: QPaintDeviceH): Integer; cdecl; external Qt5PasLib name 'QPaintDevice_devicePixelRatio'; +function QPaintDevice_devicePixelRatioF(handle: QPaintDeviceH): double; cdecl; external Qt5PasLib name 'QPaintDevice_devicePixelRatioF'; function QPaintDevice_colorCount(handle: QPaintDeviceH): Integer; cdecl; external Qt5PasLib name 'QPaintDevice_colorCount'; function QPaintDevice_depth(handle: QPaintDeviceH): Integer; cdecl; external Qt5PasLib name 'QPaintDevice_depth';