diff options
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-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>(); |