diff options
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 413fb7c..c9cef3f 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -95,15 +95,20 @@ SINK_REGISTER_PROPERTY(Folder, Icon); | |||
95 | SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); | 95 | SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); |
96 | SINK_REGISTER_PROPERTY(Folder, Enabled); | 96 | SINK_REGISTER_PROPERTY(Folder, Enabled); |
97 | SINK_REGISTER_PROPERTY(Folder, Parent); | 97 | SINK_REGISTER_PROPERTY(Folder, Parent); |
98 | SINK_REGISTER_PROPERTY(Folder, Count); | ||
99 | SINK_REGISTER_PROPERTY(Folder, FullContentAvailable); | ||
98 | 100 | ||
99 | SINK_REGISTER_PROPERTY(Contact, Uid); | 101 | SINK_REGISTER_PROPERTY(Contact, Uid); |
100 | SINK_REGISTER_PROPERTY(Contact, Fn); | 102 | SINK_REGISTER_PROPERTY(Contact, Fn); |
103 | SINK_REGISTER_PROPERTY(Contact, Firstname); | ||
104 | SINK_REGISTER_PROPERTY(Contact, Lastname); | ||
101 | SINK_REGISTER_PROPERTY(Contact, Emails); | 105 | SINK_REGISTER_PROPERTY(Contact, Emails); |
102 | SINK_REGISTER_PROPERTY(Contact, Vcard); | 106 | SINK_REGISTER_PROPERTY(Contact, Vcard); |
103 | SINK_REGISTER_PROPERTY(Contact, Addressbook); | 107 | SINK_REGISTER_PROPERTY(Contact, Addressbook); |
104 | 108 | ||
105 | SINK_REGISTER_PROPERTY(Addressbook, Name); | 109 | SINK_REGISTER_PROPERTY(Addressbook, Name); |
106 | SINK_REGISTER_PROPERTY(Addressbook, Parent); | 110 | SINK_REGISTER_PROPERTY(Addressbook, Parent); |
111 | SINK_REGISTER_PROPERTY(Addressbook, LastUpdated); | ||
107 | 112 | ||
108 | static const int foo = [] { | 113 | static const int foo = [] { |
109 | QMetaType::registerEqualsComparator<Reference>(); | 114 | QMetaType::registerEqualsComparator<Reference>(); |