+ Add PropertyQuantity to type system

This commit is contained in:
wmayer 2014-02-11 19:20:31 +01:00
parent 9b0d24345f
commit 1cf7da2b6d

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();