Qt5: added QPaintDevice_devicePixelRatioF() to the Qt5 pascal bindings unit.

git-svn-id: trunk@57934 -
This commit is contained in:
zeljko 2018-05-14 17:09:55 +00:00
parent 9c2af0a6ed
commit 219a09ac76

View File

@ -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';