mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#ifndef BLACKMISC_AVIOBASE_H
|
||||
#define BLACKMISC_AVIOBASE_H
|
||||
|
||||
// QtGlobal is required for asserts
|
||||
//! \file
|
||||
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/pqconstants.h"
|
||||
#include <QtGlobal>
|
||||
@@ -59,9 +60,6 @@ namespace BlackMisc
|
||||
virtual uint getValueHash() const override;
|
||||
|
||||
public:
|
||||
//! \brief Virtual destructor
|
||||
virtual ~CAvionicsBase() {}
|
||||
|
||||
//! \brief Name
|
||||
QString getName() const
|
||||
{
|
||||
@@ -78,8 +76,8 @@ namespace BlackMisc
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(CAvionicsBase)
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
}
|
||||
}
|
||||
|
||||
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::Aviation::CAvionicsBase, (o.m_name))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user