mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T231, Ref T238 maxValue for PQs
Remark: max() as function name caused compile errors
This commit is contained in:
@@ -19,7 +19,6 @@ namespace BlackMisc
|
||||
{
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
|
||||
//! Physical unit length (length)
|
||||
class BLACKMISC_EXPORT CLength : public CPhysicalQuantity<CLengthUnit, CLength>
|
||||
{
|
||||
@@ -33,7 +32,6 @@ namespace BlackMisc
|
||||
//! \copydoc CPhysicalQuantity(const QString &unitString)
|
||||
CLength(const QString &unitString) : CPhysicalQuantity(unitString) {}
|
||||
};
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user