Add newton, newton meter and rpm units
This commit is contained in:
parent
7ead4ba91e
commit
9a9e5dbacf
@ -138,7 +138,10 @@ public:
|
|||||||
UnitVoltAmpereReactive,
|
UnitVoltAmpereReactive,
|
||||||
UnitAmpereHour,
|
UnitAmpereHour,
|
||||||
UnitMicroSiemensPerCentimeter,
|
UnitMicroSiemensPerCentimeter,
|
||||||
UnitDuration
|
UnitDuration,
|
||||||
|
UnitNewton,
|
||||||
|
UnitNewtonMeter,
|
||||||
|
UnitRpm
|
||||||
};
|
};
|
||||||
Q_ENUM(Unit)
|
Q_ENUM(Unit)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user