Add newton, newton meter and rpm units

This commit is contained in:
Simon Stürz 2020-02-17 15:27:44 +01:00
parent 7ead4ba91e
commit 9a9e5dbacf

View File

@ -138,7 +138,10 @@ public:
UnitVoltAmpereReactive,
UnitAmpereHour,
UnitMicroSiemensPerCentimeter,
UnitDuration
UnitDuration,
UnitNewton,
UnitNewtonMeter,
UnitRpm
};
Q_ENUM(Unit)