mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 11:59:26 +02:00
Reverted unnecessary change on Qt
git-svn-id: trunk@11388 -
This commit is contained in:
parent
d4564ed42a
commit
4184fe11fe
@ -2947,7 +2947,6 @@ begin
|
||||
{$endif}
|
||||
Parent := TQtWidget(LCLObject.Parent.Handle).GetContainerWidget;
|
||||
Str := UTF8Decode((LCLObject as TCustomEdit).Text);
|
||||
if (Length(Str) = 0) then Str := #0;
|
||||
Result := QLineEdit_create(@Str, Parent);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user