Ignore:
Timestamp:
May 6, 2019, 2:49:33 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Use fgl unit instead of TemplateGenerics.
  • Modified: Update czech translation.
  • Modified: Updated packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSources.pas

    r174 r204  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    9   ActnList, Menus, UAcronym, UJobProgressView, UListViewSort, SpecializedList,
    10   LazUTF8;
     9  ActnList, Menus, UAcronym, UJobProgressView, UListViewSort, LazUTF8, fgl;
    1110
    1211type
     
    6362  private
    6463    procedure ProcessImportJob(Job: TJob);
    65     procedure FilterList(List: TListObject);
     64    procedure FilterList(List: TFPGObjectList<TObject>);
    6665  public
    6766    ImportSources: TImportSources;
     
    297296end;
    298297
    299 procedure TFormImportSources.FilterList(List: TListObject);
     298procedure TFormImportSources.FilterList(List: TFPGObjectList<TObject>);
    300299var
    301300  I: Integer;
Note: See TracChangeset for help on using the changeset viewer.