mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -33,13 +33,10 @@ namespace BlackMisc
|
||||
|
||||
//! \copydoc CPhysicalQuantity(const QString &unitString)
|
||||
CPressure(const QString &unitString) : CPhysicalQuantity(unitString) {}
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~CPressure() {}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
}
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::PhysicalQuantities::CPressure)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user