Add property classes to type system

This commit is contained in:
wmayer 2013-04-29 16:54:25 +02:00
parent a233388328
commit b36cc0e43a

View File

@ -1007,7 +1007,10 @@ void Application::initTypes(void)
App ::PropertyPercent ::init();
App ::PropertyEnumeration ::init();
App ::PropertyIntegerList ::init();
App ::PropertyIntegerSet ::init();
App ::PropertyMap ::init();
App ::PropertyString ::init();
App ::PropertyUUID ::init();
App ::PropertyFont ::init();
App ::PropertyStringList ::init();
App ::PropertyLink ::init();