summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp5
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);
95SINK_REGISTER_PROPERTY(Folder, SpecialPurpose); 95SINK_REGISTER_PROPERTY(Folder, SpecialPurpose);
96SINK_REGISTER_PROPERTY(Folder, Enabled); 96SINK_REGISTER_PROPERTY(Folder, Enabled);
97SINK_REGISTER_PROPERTY(Folder, Parent); 97SINK_REGISTER_PROPERTY(Folder, Parent);
98SINK_REGISTER_PROPERTY(Folder, Count);
99SINK_REGISTER_PROPERTY(Folder, FullContentAvailable);
98 100
99SINK_REGISTER_PROPERTY(Contact, Uid); 101SINK_REGISTER_PROPERTY(Contact, Uid);
100SINK_REGISTER_PROPERTY(Contact, Fn); 102SINK_REGISTER_PROPERTY(Contact, Fn);
103SINK_REGISTER_PROPERTY(Contact, Firstname);
104SINK_REGISTER_PROPERTY(Contact, Lastname);
101SINK_REGISTER_PROPERTY(Contact, Emails); 105SINK_REGISTER_PROPERTY(Contact, Emails);
102SINK_REGISTER_PROPERTY(Contact, Vcard); 106SINK_REGISTER_PROPERTY(Contact, Vcard);
103SINK_REGISTER_PROPERTY(Contact, Addressbook); 107SINK_REGISTER_PROPERTY(Contact, Addressbook);
104 108
105SINK_REGISTER_PROPERTY(Addressbook, Name); 109SINK_REGISTER_PROPERTY(Addressbook, Name);
106SINK_REGISTER_PROPERTY(Addressbook, Parent); 110SINK_REGISTER_PROPERTY(Addressbook, Parent);
111SINK_REGISTER_PROPERTY(Addressbook, LastUpdated);
107 112
108static const int foo = [] { 113static const int foo = [] {
109 QMetaType::registerEqualsComparator<Reference>(); 114 QMetaType::registerEqualsComparator<Reference>();