mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 02:59:21 +02:00
Converter: reordering code
git-svn-id: trunk@39296 -
This commit is contained in:
parent
f5c07f66be
commit
b7d905fbd8
@ -398,6 +398,11 @@ type
|
|||||||
|
|
||||||
{ TUnitsSearcher }
|
{ TUnitsSearcher }
|
||||||
|
|
||||||
|
constructor TUnitsSearcher.Create(aConverter: TConvertDelphiPBase);
|
||||||
|
begin
|
||||||
|
fConverter := aConverter;
|
||||||
|
end;
|
||||||
|
|
||||||
procedure TUnitsSearcher.DoFileFound;
|
procedure TUnitsSearcher.DoFileFound;
|
||||||
var
|
var
|
||||||
RelPath, SubPath, sUnitName, fn: String;
|
RelPath, SubPath, sUnitName, fn: String;
|
||||||
@ -415,11 +420,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TUnitsSearcher.Create(aConverter: TConvertDelphiPBase);
|
|
||||||
begin
|
|
||||||
fConverter := aConverter;
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ TCacheUnitsThread }
|
{ TCacheUnitsThread }
|
||||||
|
|
||||||
constructor TCacheUnitsThread.Create(aConverter: TConvertDelphiPBase; aPath: string);
|
constructor TCacheUnitsThread.Create(aConverter: TConvertDelphiPBase; aPath: string);
|
||||||
|
Loading…
Reference in New Issue
Block a user