Ref T203, CInstallXSwiftBusComponent now using TUpdateInfo (and no longer the XSwiftBus service)

* default name can be set
* XSwiftBusFileInfo no longer needed
* data read from cache (i.e. TUpdateInfo)
This commit is contained in:
Klaus Basan
2017-12-11 04:16:00 +01:00
parent 7cf5dcdd8a
commit f0cf15a572
5 changed files with 105 additions and 47 deletions

View File

@@ -23,5 +23,10 @@ namespace BlackGui
CInstallXSwiftBusDialog::~CInstallXSwiftBusDialog()
{ }
void CInstallXSwiftBusDialog::setDefaultDownloadName(const QString &defaultName)
{
ui->comp_InstallXSwiftBus->setDefaultDownloadName(defaultName);
}
} // ns
} // ns