mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
fix qt 4.2 compilation
git-svn-id: trunk@13736 -
This commit is contained in:
parent
123be10231
commit
3a3a47ada3
@ -615,7 +615,7 @@ begin
|
||||
begin
|
||||
AEvent := QLCLMessageEvent_create(LCLQt_Destroy);
|
||||
QLCLMessageEvent_setWParam(AEvent, PtrUInt(Self));
|
||||
QCoreApplication_postEvent(QCoreApplication_instance(), AEvent, Ord(QtLowEventPriority));
|
||||
QCoreApplication_postEvent(QCoreApplication_instance(), AEvent {$IFDEF QT_USE_4_3}, Ord(QtLowEventPriority) {$ENDIF});
|
||||
//WriteLn('Posted release event');
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user