mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 01:49:35 +02:00
* Specify dotted units
This commit is contained in:
parent
9e101c51e3
commit
9f580c7104
@ -269,6 +269,7 @@ begin
|
||||
FWebIDLToPas.ClassSuffix:='';
|
||||
FWebIDLToPas.KeywordSuffix:='_';
|
||||
FWebIDLToPas.KeywordPrefix:='';
|
||||
FWebIDLToPas.DottedUnitsSupport:=dusFull;
|
||||
end;
|
||||
|
||||
constructor TWebIDLToPasApplication.Create(TheOwner: TComponent);
|
||||
|
Loading…
Reference in New Issue
Block a user