mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 14:00:18 +02:00
Qt: added QEventWinIDChange to EventTypeToStr for debugging
git-svn-id: trunk@33373 -
This commit is contained in:
parent
63f05ff12f
commit
3eccf2f0b8
@ -2175,6 +2175,7 @@ begin
|
||||
QEventUser: result:='QEventUser';
|
||||
QEventMaxUser: result:='QEventMaxUser';
|
||||
200: Result := 'QEventCloseSoftwareInputPanel';
|
||||
203: Result := 'QEventWinIdChange';
|
||||
else
|
||||
Result := Format('Unknown event: %d', [QEvent_type(Event)]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user