From 9fb861018a04cecd499819b365fadc5686bf1f27 Mon Sep 17 00:00:00 2001 From: jesus Date: Fri, 18 Oct 2013 18:09:41 +0000 Subject: [PATCH] LCL, qt, fix duplicated entries in comboboxes, listboxes when compiled with recent 2.6.3 git-svn-id: trunk@43275 - --- lcl/interfaces/qt/qtprivate.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/qt/qtprivate.pp b/lcl/interfaces/qt/qtprivate.pp index bd9c040d80..d70d2d4a02 100644 --- a/lcl/interfaces/qt/qtprivate.pp +++ b/lcl/interfaces/qt/qtprivate.pp @@ -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)} +{$if (FPC_FULLVERSION>=20701) OR (FPC_FULLVERSION=20603)} {$define HAS_INHERITED_INSERTITEM} {$endif}