---------------------------------------------------------------------------
| 85 | |
| 86 | //--------------------------------------------------------------------------- |
| 87 | void __fastcall DownloadInstallerThread::Finalize() |
| 88 | { |
| 89 | Parent->FinalizeDownload(); |
| 90 | } |
| 91 | |
| 92 | //--------------------------------------------------------------------------- |
| 93 | void __fastcall DownloadInstallerThread::UpdateDownloadProgress() |
nothing calls this directly
no test coverage detected