summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-15 16:21:06 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-16 10:39:59 +0100
commitf7a42de9bfd6e34f1dc46da433d3f45976b1cd0e (patch)
tree421899ff287eb44459587aee6549ff098ab564fd /common/domain/applicationdomaintype.cpp
parent73ef798bf849a01418895c2e88300e1c6730b665 (diff)
downloadsink-f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e.tar.gz
sink-f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e.zip
PropertyParser to properly parse different property types.
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp1
1 files changed, 1 insertions, 0 deletions
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);
62SINK_REGISTER_PROPERTY(Folder, Icon); 62SINK_REGISTER_PROPERTY(Folder, Icon);
63SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); 63SINK_REGISTER_PROPERTY(Folder, SpecialPurpose);
64SINK_REGISTER_PROPERTY(Folder, Enabled); 64SINK_REGISTER_PROPERTY(Folder, Enabled);
65SINK_REGISTER_PROPERTY(Folder, Parent);
65 66
66static const int foo = [] { 67static const int foo = [] {
67 QMetaType::registerEqualsComparator<Reference>(); 68 QMetaType::registerEqualsComparator<Reference>();