diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-15 16:21:06 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-16 10:39:59 +0100 |
commit | f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e (patch) | |
tree | 421899ff287eb44459587aee6549ff098ab564fd /common/domain | |
parent | 73ef798bf849a01418895c2e88300e1c6730b665 (diff) | |
download | sink-f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e.tar.gz sink-f7a42de9bfd6e34f1dc46da433d3f45976b1cd0e.zip |
PropertyParser to properly parse different property types.
Diffstat (limited to 'common/domain')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 1 |
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); | |||
62 | SINK_REGISTER_PROPERTY(Folder, Icon); | 62 | SINK_REGISTER_PROPERTY(Folder, Icon); |
63 | SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); | 63 | SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); |
64 | SINK_REGISTER_PROPERTY(Folder, Enabled); | 64 | SINK_REGISTER_PROPERTY(Folder, Enabled); |
65 | SINK_REGISTER_PROPERTY(Folder, Parent); | ||
65 | 66 | ||
66 | static const int foo = [] { | 67 | static const int foo = [] { |
67 | QMetaType::registerEqualsComparator<Reference>(); | 68 | QMetaType::registerEqualsComparator<Reference>(); |