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/UFormMain.pas

    r200 r204  
    99  ComCtrls, StdCtrls, ExtCtrls, ActnList, Grids, UAcronym, UPersistentForm,
    1010  URegistry, ULastOpenedList, UListViewSort, UJobProgressView,
    11   Registry, SpecializedList, LazUTF8, LazFileUtils;
     11  Registry, fgl, LazUTF8, LazFileUtils;
    1212
    1313type
     
    151151    function FilterCell(Text1, Text2: string): Boolean;
    152152    procedure ProcessImportsJob(Job: TJob);
    153     procedure FilterList(List: TListObject);
     153    procedure FilterList(List: TFPGObjectList<TObject>);
    154154    procedure OpenRecentClick(Sender: TObject);
    155155    procedure SetToolbarHints;
     
    655655end;
    656656
    657 procedure TFormMain.FilterList(List: TListObject);
     657procedure TFormMain.FilterList(List: TFPGObjectList<TObject>);
    658658var
    659659  I: Integer;
Note: See TracChangeset for help on using the changeset viewer.