+ fixes #0001039: Add the property PropertyBoolList

This commit is contained in:
wmayer
2014-03-09 17:10:11 +01:00
parent e9f73c9db3
commit bbdbf10304
5 changed files with 195 additions and 0 deletions

View File

@@ -1020,6 +1020,7 @@ void Application::initTypes(void)
App ::PropertyContainer ::init();
App ::PropertyLists ::init();
App ::PropertyBool ::init();
App ::PropertyBoolList ::init();
App ::PropertyFloat ::init();
App ::PropertyFloatList ::init();
App ::PropertyFloatConstraint ::init();