mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 00:38:10 +02:00
IDE: less hints
git-svn-id: trunk@59634 -
This commit is contained in:
parent
c07701d89b
commit
0bd7cd9d85
@ -5,8 +5,8 @@ unit AddFPMakeDependencyDlg;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls,
|
||||
ListFilterEdit, fgl,
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel,
|
||||
StdCtrls, ListFilterEdit,
|
||||
ProjPackCommon,
|
||||
PackageDefs,
|
||||
LazarusIDEStrConsts,
|
||||
@ -34,7 +34,7 @@ type
|
||||
destructor Destroy; override;
|
||||
end;
|
||||
|
||||
function ShowAddFPMakeDependencyDlg(AProjPack: IProjPack;
|
||||
function ShowAddFPMakeDependencyDlg({%H-}AProjPack: IProjPack;
|
||||
out AResultDependencies: TPkgDependencyList): TModalResult;
|
||||
|
||||
implementation
|
||||
|
@ -40,8 +40,8 @@ uses
|
||||
NewItemIntf, PackageIntf, FormEditingIntf, IDEWindowIntf, ComponentReg,
|
||||
IDEDialogs,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, InputHistory, IDEDefs, EnvironmentOpts,
|
||||
PackageSystem, PackageDefs, ProjPackChecks;
|
||||
LazarusIDEStrConsts, InputHistory, EnvironmentOpts,
|
||||
PackageSystem, PackageDefs;
|
||||
|
||||
type
|
||||
|
||||
@ -82,6 +82,7 @@ type
|
||||
InfoLabel: TLabel;
|
||||
Title: string;
|
||||
FileName: string;
|
||||
public
|
||||
constructor Create(aBtn: TBitBtn; aInfoLabel: TLabel; aTitle: string);
|
||||
procedure LoadIcon(aLazPackage: TLazPackage; aFileName: string);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user