mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#ifndef BLACKMISC_CSPEED_H
|
||||
#define BLACKMISC_CSPEED_H
|
||||
|
||||
#include "pqphysicalquantity.h"
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -23,7 +24,6 @@ namespace BlackMisc
|
||||
*/
|
||||
class CSpeed : public CPhysicalQuantity<CSpeedUnit, CSpeed>
|
||||
{
|
||||
|
||||
public:
|
||||
//! Default constructor
|
||||
CSpeed() : CPhysicalQuantity(0, CSpeedUnit::defaultUnit()) {}
|
||||
@@ -33,13 +33,10 @@ namespace BlackMisc
|
||||
|
||||
//! \copydoc CPhysicalQuantity(const QString &unitString)
|
||||
CSpeed(const QString &unitString) : CPhysicalQuantity(unitString) {}
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSpeed() {}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
}
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::PhysicalQuantities::CSpeed)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user