mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -41,9 +41,6 @@ namespace BlackMisc
|
||||
//! Construct from a base class object.
|
||||
CRemoteFileList(const CSequence<CRemoteFile> &other);
|
||||
|
||||
//! From single file
|
||||
CRemoteFileList(const CRemoteFile &remoteFile);
|
||||
|
||||
//! All file names
|
||||
QStringList getNames(bool sorted = true) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user