mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #292, fixed the bug by adding missing init for m_queriedModelStringFlag(false)
credits to MS
This commit is contained in:
@@ -23,8 +23,8 @@ namespace BlackMisc
|
||||
IndexQueriedModelString
|
||||
};
|
||||
|
||||
//! \brief Default constructor.
|
||||
CAircraftModel() {}
|
||||
//! Default constructor.
|
||||
CAircraftModel() : m_queriedModelStringFlag(false) {}
|
||||
|
||||
//! Constructor.
|
||||
CAircraftModel(const QString &model, bool isQueriedString) : m_modelString(model), m_queriedModelStringFlag(isQueriedString) {}
|
||||
|
||||
Reference in New Issue
Block a user