mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:35:58 +02:00
Qt6: removed invalid overloaded function. issue #40017
This commit is contained in:
parent
c67c745669
commit
c7164f5b58
@ -7879,8 +7879,6 @@ const
|
||||
QPageSizeId_LastPageSize = QPageSizeId_EnvelopeYou4;
|
||||
|
||||
function QPagedPaintDevice_newPage(handle: QPagedPaintDeviceH): Boolean; cdecl; external Qt6PasLib name 'QPagedPaintDevice_newPage';
|
||||
procedure QPagedPaintDevice_setPageSize(handle: QPagedPaintDeviceH; size: QPageSizeH); cdecl; external Qt6PasLib name 'QPagedPaintDevice_setPageSize';
|
||||
|
||||
procedure QPagedPaintDevice_pageLayout(handle: QPagedPaintDeviceH; retval: QPageLayoutH); cdecl; external Qt6PasLib name 'QPagedPaintDevice_pageLayout';
|
||||
procedure QPagedPaintDevice_pageRanges(handle: QPagedPaintDeviceH; retval: QPageRangesH); cdecl; external Qt6PasLib name 'QPagedPaintDevice_pageRanges';
|
||||
function QPagedPaintDevice_setPageLayout(handle: QPagedPaintDeviceH; layout: QPageLayoutH): boolean; cdecl; external Qt6PasLib name 'QPagedPaintDevice_setPageLayout';
|
||||
|
Loading…
Reference in New Issue
Block a user