Add property classes to type system

This commit is contained in:
wmayer
2013-04-29 16:54:25 +02:00
parent 8eb07e0184
commit 218ebf5400

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