From 218ebf54004db101f497502c2c07b0a87143a46a Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 29 Apr 2013 16:54:25 +0200 Subject: [PATCH] Add property classes to type system --- src/App/Application.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 655ef445e9..e5b27962d0 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -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();