+ Add PropertyQuantity to type system

This commit is contained in:
wmayer
2014-02-11 19:20:31 +01:00
parent 22efe13bd9
commit 83ab31f917

View File

@@ -1003,6 +1003,7 @@ void Application::initTypes(void)
App ::PropertyFloat ::init();
App ::PropertyFloatList ::init();
App ::PropertyFloatConstraint ::init();
App ::PropertyQuantity ::init();
App ::PropertyAngle ::init();
App ::PropertyDistance ::init();
App ::PropertyLength ::init();