mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 13:59:34 +02:00
Printers, QtPrinters patch to fix compilation, from Zeljko
git-svn-id: trunk@21606 -
This commit is contained in:
parent
f43edd5537
commit
30143a65dd
@ -179,7 +179,7 @@ begin
|
||||
PrnInfo := QPrinterInfo_create();
|
||||
try
|
||||
Lst.Clear;
|
||||
QPrinterInfo_availablePrinters(PrnInfo, @PrnList);
|
||||
QPrinterInfo_availablePrinters(@PrnList);
|
||||
for i := Low(PrnList) to High(PrnList) do
|
||||
begin
|
||||
Prntr := QPrinterInfoH(PrnList[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user