Changeset 456 for Common/Common.pas
- Timestamp:
- Nov 28, 2012, 7:46:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.pas
r432 r456 11 11 UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, 12 12 UJobProgressView, UXMLUtils, UApplicationInfo, USyncCounter, UListViewSort, 13 LazarusPackageIntf;13 UPersistentForm, LazarusPackageIntf; 14 14 15 15 implementation … … 21 21 RegisterUnit('UJobProgressView', @UJobProgressView.Register); 22 22 RegisterUnit('UApplicationInfo', @UApplicationInfo.Register); 23 RegisterUnit('UPersistentForm', @UPersistentForm.Register); 23 24 end; 24 25
Note:
See TracChangeset
for help on using the changeset viewer.