LCL-QT: Restore Char type which was changed in r56640 #e2435a5cd6.

git-svn-id: trunk@56931 -
This commit is contained in:
juha 2018-01-03 09:56:54 +00:00
parent 241124c159
commit 647e21c6a7

View File

@ -3021,7 +3021,7 @@ var
{$IFDEF UNIX}
ScanCode: LongWord;
{$ENDIF}
AChar: UnicodeChar;
AChar: Char;
AKeyEvent: QKeyEventH;
GlobalAction: Integer;
{$IFDEF VerboseQtKeys}
@ -3063,7 +3063,7 @@ var
Text := UTF8ToUTF16(Utf8Char)
else
if Word(AChar) <> CharMsg.CharCode then
Text := UnicodeChar(CharMsg.CharCode);
Text := Char(CharMsg.CharCode);
AKeyEvent := QKeyEvent_createExtendedKeyEvent(
QEvent_type(Event),