mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25: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.
|
||||
CRawFsdMessageList(const CSequence &other);
|
||||
|
||||
//! Construct from initializer list.
|
||||
CRawFsdMessageList(std::initializer_list<CRawFsdMessage> il);
|
||||
|
||||
//! Find by a given list of raw messages which are type
|
||||
CRawFsdMessageList findByPacketType(const QString &type) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user