mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -24,11 +24,6 @@ namespace BlackMisc
|
||||
CSequence<CRemoteFile>(other)
|
||||
{ }
|
||||
|
||||
CRemoteFileList::CRemoteFileList(const CRemoteFile &remoteFile)
|
||||
{
|
||||
this->push_back(remoteFile);
|
||||
}
|
||||
|
||||
QStringList CRemoteFileList::getNames(bool sorted) const
|
||||
{
|
||||
QStringList fileNames;
|
||||
|
||||
Reference in New Issue
Block a user