mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #192, Doxygen and other cosmetic changes
This commit is contained in:
@@ -25,12 +25,6 @@ namespace BlackMisc
|
||||
//! \brief Constructor
|
||||
CAvionicsBase(const QString &name) : m_name(name) {}
|
||||
|
||||
//! \brief Are set values valid?
|
||||
virtual bool validValues() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
//! \brief Set name
|
||||
void setName(const QString &name)
|
||||
{
|
||||
@@ -74,6 +68,12 @@ namespace BlackMisc
|
||||
return this->m_name;
|
||||
}
|
||||
|
||||
//! \brief Are set values valid?
|
||||
virtual bool validValues() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
private:
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(CAvionicsBase)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user