mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackGui
|
||||
|
||||
bool CDownloadComponent::setDownloadFile(const CRemoteFile &remoteFile)
|
||||
{
|
||||
return this->setDownloadFiles(CRemoteFileList(remoteFile));
|
||||
return this->setDownloadFiles(CRemoteFileList { remoteFile });
|
||||
}
|
||||
|
||||
bool CDownloadComponent::setDownloadFiles(const CRemoteFileList &remoteFiles)
|
||||
|
||||
Reference in New Issue
Block a user