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