mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:35:55 +02:00
Qt5: fixed QtHandle type
git-svn-id: trunk@54141 -
This commit is contained in:
parent
923b88a5fe
commit
02a4198267
@ -69,8 +69,14 @@ type
|
||||
r,g,b : word;
|
||||
Pad : word;
|
||||
end;
|
||||
|
||||
QtHandle = integer;
|
||||
|
||||
{$IFDEF DARWIN}
|
||||
{void*}
|
||||
QtHandle = PtrUInt;
|
||||
{$ELSE}
|
||||
{unsigned long on x11, dword on windows}
|
||||
QtHandle = LongWord;
|
||||
{$ENDIF}
|
||||
PQReal = ^QReal;
|
||||
{$ifdef CPUARM}
|
||||
QReal = single;
|
||||
|
Loading…
Reference in New Issue
Block a user