mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 13:00:47 +02:00
Qt: fixed crash with fpc-2.6.4
git-svn-id: trunk@44315 -
This commit is contained in:
parent
7767d83380
commit
934bfc66e3
@ -23,7 +23,7 @@ interface
|
||||
|
||||
// todo: check if build macros can handle this and define it
|
||||
// in package LCL instead (it's needed for several widgetsets)
|
||||
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION=20603)}
|
||||
{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION>=20603)}
|
||||
{$define HAS_INHERITED_INSERTITEM}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user