IDE: less hints

git-svn-id: trunk@59634 -
This commit is contained in:
mattias 2018-11-23 12:44:59 +00:00
parent c07701d89b
commit 0bd7cd9d85
2 changed files with 6 additions and 5 deletions

View File

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

View File

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