Qt: added IntfAppActivate & IntfAppDeactivate

git-svn-id: trunk@23129 -
This commit is contained in:
zeljko 2009-12-13 21:09:23 +00:00
parent 3849c571f9
commit 8aaa541d27

View File

@ -264,6 +264,14 @@ var
begin
Result := False;
case QEvent_type(Event) of
QEventApplicationActivate:
if Assigned(Application) then
Application.IntfAppActivate;
QEventApplicationDeactivate:
if Assigned(Application) then
Application.IntfAppDeactivate;
QEventStyleChange: ClearCachedColors;
LCLQt_Destroy:
begin