Basic support for Frequency as unit

This commit is contained in:
wmayer
2019-10-20 18:14:56 +02:00
parent 3e5d3460c7
commit 4d831ea442
6 changed files with 30 additions and 2 deletions

View File

@@ -1631,6 +1631,7 @@ void Application::initTypes(void)
App ::PropertyLength ::init();
App ::PropertyArea ::init();
App ::PropertyVolume ::init();
App ::PropertyFrequency ::init();
App ::PropertySpeed ::init();
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();