From f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 15 Feb 2017 16:21:06 +0100 Subject: PropertyParser to properly parse different property types. --- common/domain/applicationdomaintype.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain') diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 4bd17fe..49bfb5f 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp @@ -62,6 +62,7 @@ SINK_REGISTER_PROPERTY(Folder, Name); SINK_REGISTER_PROPERTY(Folder, Icon); SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); SINK_REGISTER_PROPERTY(Folder, Enabled); +SINK_REGISTER_PROPERTY(Folder, Parent); static const int foo = [] { QMetaType::registerEqualsComparator(); -- cgit v1.2.3