mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
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:
@@ -23,5 +23,10 @@ namespace BlackGui
|
||||
|
||||
CInstallXSwiftBusDialog::~CInstallXSwiftBusDialog()
|
||||
{ }
|
||||
|
||||
void CInstallXSwiftBusDialog::setDefaultDownloadName(const QString &defaultName)
|
||||
{
|
||||
ui->comp_InstallXSwiftBus->setDefaultDownloadName(defaultName);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user