mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Conflicts: src/blackmisc/aviation/avionicsbase.h
This commit is contained in:
@@ -32,10 +32,6 @@ namespace BlackMisc
|
||||
protected:
|
||||
QString m_name; //!< name of the unit
|
||||
|
||||
//! Default constructor
|
||||
//! \todo Remove as part of MS' CValueObject refactoring
|
||||
CAvionicsBase() : m_name("empty") {}
|
||||
|
||||
//! \brief Constructor
|
||||
CAvionicsBase(const QString &name) : m_name(name) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user