mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 23:26:32 +02:00
Qt5: fixed mapping of QReal type on arm processors. Patch by Lutz Mändle. Issue #32997
git-svn-id: trunk@57043 -
This commit is contained in:
parent
bb2b8feabf
commit
552e2b0df6
@ -78,11 +78,7 @@ type
|
||||
QtHandle = LongWord;
|
||||
{$ENDIF}
|
||||
PQReal = ^QReal;
|
||||
{$ifdef CPUARM}
|
||||
QReal = single;
|
||||
{$else}
|
||||
QReal = double;
|
||||
{$endif}
|
||||
QReal = double;
|
||||
|
||||
PQRgb = ^QRgb;
|
||||
QRgb = longword;
|
||||
|
@ -78,11 +78,7 @@ type
|
||||
QtHandle = LongWord;
|
||||
{$ENDIF}
|
||||
PQReal = ^QReal;
|
||||
{$ifdef CPUARM}
|
||||
QReal = single;
|
||||
{$else}
|
||||
QReal = double;
|
||||
{$endif}
|
||||
QReal = double;
|
||||
|
||||
PQRgb = ^QRgb;
|
||||
QRgb = longword;
|
||||
|
Loading…
Reference in New Issue
Block a user