Reverted unnecessary change on Qt

git-svn-id: trunk@11388 -
This commit is contained in:
sekelsenmat 2007-06-27 08:42:40 +00:00
parent d4564ed42a
commit 4184fe11fe

View File

@ -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;