mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
Qt5: fixed QtHandle type
git-svn-id: trunk@54141 -
This commit is contained in:
parent
923b88a5fe
commit
02a4198267
@ -70,7 +70,13 @@ type
|
||||
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