mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T545 Using constructor inheritance in derived container classes.
This commit is contained in:
@@ -39,9 +39,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CAircraftCfgEntriesList)
|
||||
|
||||
//! Constructor
|
||||
CAircraftCfgEntriesList() {}
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Contains model with title?
|
||||
bool containsModelWithTitle(const QString &title, Qt::CaseSensitivity caseSensitivity = Qt::CaseInsensitive);
|
||||
|
||||
@@ -37,6 +37,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CVPilotModelRuleSet)
|
||||
using CCollection::CCollection;
|
||||
|
||||
//! Default constructor.
|
||||
CVPilotModelRuleSet() = default;
|
||||
|
||||
Reference in New Issue
Block a user